﻿.Carousel_NavigateButtons { cursor: pointer; }
.Carousel_WrapperOWL { position: relative; }
    .buttonOwlCarouselLeft  { position: absolute; top: 0px; height: 320px; padding: 7px; }
    .buttonOwlCarouselRight { position: absolute; top: 0px; height: 320px; padding: 7px; right: 0px;}
    
.buttonOwlCarouselLeft > div, .buttonOwlCarouselRight > div { margin-top: calc(160px - 41px); }

@media (max-width: 767px) {
    .Carousel_NavigateButtons { display: none !important }
    .Carousel_WrapperOWL { height: auto !important; }
}
.Carousel_WrapperOWL { height: 320px; }