

.slider-hero{
  width:51%;
  margin:0px auto; 
  height: auto;
  padding-bottom:20px;
  border: 0px solid #f4f4f4;
}

.slick-slide{
  margin:0;
}
.slick-slide img{
  width:100%;
  height:auto;
  
}
.wrapper .slick-dots li button:before {
  font-size:20px;
  color:#666;
}

/*--------------------------------------------------------------
START MOBILE PORTRAIT
--------------------------------------------------------------*/

@media only screen and (min-width : 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

.slider-hero { 
  width: 85%;
    margin:0px auto;
    transform: scale(1,1);
    padding-top: 2rem;
}

/*.slick-prev::before {
  display: none;
}*/

/*.slick-next::before {
 display: none;
}*/

}

/*--------------------------------------------------------------
START MOBILE LANDSCAPE
--------------------------------------------------------------*/

@media only screen and (max-height: 575.98px) and (orientation: landscape) {

/*.slider-hero { 
  width: 51%;
  margin: 0px auto;
  height: 22Vh;
  transform: scale(1.3,1.3);
}*/
}

/*--------------------------------------------------------------
END MOBILE LANDSCAPE
--------------------------------------------------------------*/