/* Owl Slider Customisation START */

.owl-carousel .owl-item img{width:100%; height:auto; }
.owl-carousel .owl-wrapper-outer{overflow:hidden;}

/*
.slider-container-1{
  max-width:100%; overflow: hidden;
}

.slider-container-2{
  position:relative; width:1200px; text-align:center; margin: 0 auto;padding: 20px 0;
}

.slider-container-3{
  float:none;width:1030px;display: inline-block;
}

/* When Dealing With Mobile Devices*/
@media screen and (max-width: 750px) {
  
.owl-carousel .owl-item img{width:100%; height:auto; }
.owl-carousel .owl-wrapper-outer{overflow:hidden;}

/*
.slider-container-1{
  max-width:100%; overflow: none;
}

.slider-container-2{
  position:initial; width:100%; text-align:center; 
}

.slider-container-3{
  float:none;width:100%;display: auto;
}
}

/* Owl Slider Customisation END */