@media (max-width: 540px) {
   section.about.abt-short.short_left_video, section.about.abt-short.short_right_video {
    padding-top: 30px;
    padding-bottom: 0;
}
      .banner .guides {
        margin-top: 50px;
    }
  section.youtube .container{
    padding:0;
  }
  section.about.abt-short.short_left_video .container-fluid, section.about.abt-short.short_right_video .container-fluid{
    padding:0;
  }
  iframe{
   height:250px; 
  }
  section.about .abt-para {
    max-height: max-content;
    height: auto !important;
    margin-bottom: 0px;
}
  section.gallery-slider img{
        height: 220px;
  }
}