.slideshow-module{padding-top:35px;}
.slideshow-module .owl-carousel{margin-left:auto; margin-right:auto; background: #f3f3f3;padding:0; padding-bottom:20px;}
.slide-content{ padding:10px 40px;;}
.slide-desc{/*margin-top:10px;*/ text-align: left;}
/* .owl-carousel .owl-stage-outer{padding:10px;} */
.owl-theme .owl-dots .owl-dot span{background: #c9c9c9;}
.owl-theme .owl-dots .owl-dot.active span{background:#e35205;}
.owl-theme .owl-dots .owl-dot:hover span{background:#65686B}

.slideshow-module .owl-nav{position:absolute;/*top:150px;*/top:40%;width:100%;display: none;transform: translateY(-40%);}
.slideshow-module .owl-nav .owl-prev{position: absolute;left:15px;}
.slideshow-module .owl-nav .owl-next{position: absolute;right:15px;}
.slideshow-module .owl-carousel:hover .owl-nav{display:block;}

 .slideshow-module .owl-carousel .owl-item img{
   /*max-height: calc(100vh - 67px - 70px - 50px - 48px);*/
   max-height: calc(90vh - 67px - 70px - 50px - 48px);
    min-height: 400px;
   height: 100%;object-fit: contain; object-position: center center;}
/* .owl-carousel .owl-stage-outer {
  height: 0;
  padding-top: 100%;
}
.owl-carousel .owl-stage {
  position: absolute;
  top: 0px;
  height: 100%;
}
.owl-carousel.owl-drag .owl-item {
  height: 100%;
}

.owl-carousel.owl-drag .owl-item .item {
  height: 100%;
}
.slide-image {
  height: 100%;
} */

.slideshow-fixed-image-module{padding-top:35px;}
.slideshow-fixed-image-module .owl-carousel{margin-left:auto; margin-right:auto; background: #f3f3f3;padding:0; padding-bottom:20px;}
.slide-content{ padding:10px 40px;;}
.slide-desc{/*margin-top:10px;*/ text-align: left;}

.slideshow-fixed-image-module .owl-nav{position:absolute;/*top:150px;*/top:40%;width:100%;display: none;transform: translateY(-40%);}
.slideshow-fixed-image-module .owl-nav .owl-prev{position: absolute;left:15px;}
.slideshow-fixed-image-module .owl-nav .owl-next{position: absolute;right:15px;}
.slideshow-fixed-image-module .owl-carousel:hover .owl-nav{display:block;}

.slideshow-fixed-image-module .owl-prev span{background-image: url('../Banfield/Images/icon_arrow-left-grey-outline.svg'); background-repeat: no-repeat;width: 31px; height: 51px; display: block;}
.slideshow-fixed-image-module .owl-prev span:hover { background-image: url('../Banfield/Images/icon_arrow-left-white.svg'); }
.slideshow-fixed-image-module .owl-next span { background-image: url('../Banfield/images/icon_arrow-right-grey-outline-1.svg'); background-repeat: no-repeat; width: 31px; height: 51px; display: block; }
.slideshow-fixed-image-module .owl-next span:hover { background-image: url('../Banfield/images/icon_arrow-right-white.svg'); }
.owl-theme .owl-nav [class*=owl-]:hover{background: none;}

@media (max-width:991px){
 
    .owl-carousel .owl-stage-outer{padding:0}
    .slideshow-module{padding-top:50px;}
    .slideshow-module .container{padding-right:0;padding-left:0;}
    .slideshow-module .owl-carousel:hover .owl-nav{display:none;}
     .slideshow-fixed-image-module{padding-top:50px;}
    .slideshow-fixed-image-module .container{padding-right:0;padding-left:0;}
    .slideshow-fixed-image-module .owl-carousel:hover .owl-nav{display:none;}
  }

  @media (min-width:768px) and (max-width:991px){
    .slideshow-module .owl-item .slide-content{padding-left: 7.5%;padding-right: 7.5%;}
    
  }

  @media (max-width:767px){
  
    .slideshow-module .container{padding:0; margin:0;max-width:100%;}
    .slideshow-fixed-image-module .container { padding: 0; margin: 0; max-width: 100%; }
    
  }
  