.bx-controls-direction {
	position: absolute;
	margin-top: -25px;
}
.bx-controls {display: none !Important}
.bx-controls-direction .disabled {display: none;}
.bx-prev {
	color: #fff;
	font-size: 0px;
	background: transparent url(../../../img/arrow-left.svg) no-repeat center center;
	padding: 12px;
}
.bx-next {
	color: #fff;
	font-size: 0px;
	background: transparent url(../../../img/arrow-right.svg) no-repeat center center;
	padding: 12px;
}
@media screen and (max-width: 1000px) {
.bx-wrapper,
.bx-wrapper img {
	width: 100% !important;
	max-width: inherit !important;
	height: auto !important;
}
.bx-controls-direction {margin-top: 5px !important;}
}