.owl-next,.owl-prev{position:absolute;top:0!important;height:100%!important;width:15%!important;margin:0!important;padding:10px!important;color:#fff!important;display:flex !important;justify-content:center;align-items:center;}
.owl-prev{right:0;background:linear-gradient(to right,transparent,rgba(0,0,0,.5)) !important;}
.owl-next{left:0;background:linear-gradient(to left,transparent,rgba(0,0,0,.5)) !important;}
.owl-carousel .owl-item img{height:100vh!important;object-fit:contain;}
.owl-carousel{height:100vh;}
.arrow-right{position:relative;display:block;width:33px;height:30px;background:none;border:0;cursor:pointer;}
.arrow-right::before,.arrow-right::after{content:"";display:block;width:20px;height:3px;position:absolute;top:50%;background-color:#ff670c;transition:transform .2s;}
.arrow-right::before{transform:rotate(45deg);left:0;}
.arrow-right::after{transform:rotate(-45deg);left:13px;}
