@media screen and (max-width:497px) {
	.d-xs-none {display:none;}
	.slide-padding {padding: 2rem 6rem;}
	.img-slide {width:auto;max-height:400px;}
}
@media screen and (min-width:498px) and (max-width:767px) {
	.d-xs-none {display:none;}
	.slide-padding {padding: 2rem 10rem;}
	.img-slide {width:auto;max-height:400px;}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.d-sm-none {display:none;}
	.slide-padding {padding: 2rem 10rem;}
	.img-slide {width:auto;max-height:400px;}
}
@media screen and (min-width:992px) and (max-width:1199px) {
	.d-md-none {display:none;}
	.slide-padding {padding: 2rem 2rem 2rem 12rem;}
	.img-div-slide {height:100%;position:absolute;display:inline-block;}
	.img-slide {width:auto;max-height:400px;position:absolute;top:50%;transform:translateY(-50%);}
}
@media screen and (min-width:1200px) {
	.d-lg-none {display:none;}
	.col-lg-3 {width:25%;}
	.slide-padding {padding: 2rem 2rem 2rem 15rem;}
	.img-div-slide {height:100%;position:absolute;display:inline-block;}
	.img-slide {width:auto;max-height:400px;position:absolute;top:50%;transform:translateY(-50%);}
}
.slick-prev, .slick-next, .slick-prev:focus, .slick-next:focus, .slick-prev:hover, .slick-next:hover {
	border: 1px solid #666;
	border-radius: 50%;
	background-color: #666;
}
.slick-prev:before, .slick-next:before {
	line-height: 5px;
}
.border {
	border: 1px solid #000 !important;
}
