<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slideshowContainer {
	width:80%;
	float:left;
	padding-right:10px;
}

.slideshowContainer, #slideshow {
	height:100%;
	overflow:hidden;
}

#slideshow .item{
    width: 100%;
    height: 382px;
	background-position: center center;
	background-size: cover;
}

@media(max-width:1199px){
	.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage {height:382px!important;}
	#slideshow .item img {height:100%;}
}

@media(max-width:767px){
	#slideshow .item {height:230px;}
	.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage {height:230px!important;}
	#slideshow .item img {height:100%;}
}</pre></body></html>