@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%;
}

@media only screen and (min-width:992px){
  
  .slide-inner {
    top: calc(15% + 95px);
    top: -moz-calc(15% + 95px);
    top: -webkit-calc(15% + 95px);
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
    transform: unset !important;    
  }  
  
}

.slide-inner {
  top: calc(15% + 70px);
  top: -moz-calc(15% + 70px);
  top: -webkit-calc(15% + 70px);
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  -o-transform: unset !important;
  transform: unset !important;
}

@media only screen and (max-width: 1024px) {
 
  .btn-menu{
    display: block;
  }
  
}  