#carousel-main .subject, #carousel-main .content, #carousel-main .description {display:none;}
.carousel-sub .subject, .carousel-sub .description {display:none;}
.carousel-sub .content {line-height:1.2;}
.owl-theme .owl-dots{margin:0 !important;position:absolute;left:0;bottom:10px;width:100%;}
.owl-theme .owl-dots .owl-dot span{width:12px;height:12px;background-color:rgba(255,255,255,0.5);margin:0 5px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background:rgb(255,255,255);}
.owl-theme .owl-dots .owl-dot.active span {width:36px;}
.owl-carousel.owl-theme .item {background-repeat:no-repeat;background-size:cover;background-position:50% 50%;}

@media(max-width:767px){
	#carousel-main .owl-carousel.owl-theme .owl-item img{width:100%;height:50vw;}
	#carousel-main .owl-theme .owl-nav [class*='owl-']{width:40px;height:40px;line-height:40px;margin-top:-20px;}
	#carousel-main .owl-theme .owl-nav [class*='owl-']::before{font-size:20px;}
}