<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.owl-carousel .owl-item img{height:400px}
.owl-carousel .owl-stage-outer{height:auto;background-color:#424242}
.owl-dots{display:none}
.owl-nav{display:black!important}
	
.owl-theme .owl-nav .owl-prev{
background: url('/App_Themes/Misubishi_CSS/images/icon/icon_arrow_left.png') no-repeat!important;
height:50px;
width:25px;
position:absolute;
top:35%;
left:3%;}

.owl-theme .owl-nav .owl-next{
background: url('/App_Themes/Misubishi_CSS/images/icon/icon_arrow_right.png') no-repeat!important;
height:50px;
width:25px;
position:absolute;
top:35%;
right:3%;}

.owl-theme .owl-nav .owl-prev [class*=owl-]:hover{background: url('/App_Themes/Misubishi_CSS/images/icon/icon_arrow_left.png') no-repeat!important;}
.owl-theme .owl-nav .owl-next [class*=owl-]:hover{background: url('/App_Themes/Misubishi_CSS/images/icon/icon_arrow_right.png') no-repeat!important;}


@media screen and (max-width: 320px) {
/*.owl-carousel .owl-item img{width:100%!important;height:100%!important;/*margin-top: 25%;*/}*/
.owl-carousel .owl-item img{height:250px!important;}
}</pre></body></html>