@charset "UTF-8";

.mod-bxslider-demo-01 {
	overflow: hidden;
	max-height:400px;
}

@media screen and (max-width: 568px) {
.mod-bxslider-demo-01 {
	overflow: hidden;
	max-height:230px;
}
}


.bx-viewport:before,
.bx-viewport:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
/*	background-color: rgba(0, 0, 0, 0.3);*/
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 1000;
}

.bx-wrapper .bx-viewport {
	overflow: visible !important;
	left: 0;
	border-width: 0;
	box-shadow: none;
}

.bx-viewport:before {
	right: 100%;
	left: -100%;
}

.bx-viewport:after {
	left: 100%;
	right: -100%;
}
