/* Enter Your Custom CSS Here */
@media only screen and (max-width: 900px){
  #slideshow{
    height: 400px !important;
  }
}

@media only screen and (max-width: 600px){
  #slideshow{
    height: 210px !important;
  }

  .text-slider-section{
    top: 40%;
  }

}

#slideshow .slides-container .slide-item{
  background-position: top center;
  background-size: 100%;
}
