.ms-slide {
  position: relative;
  height: auto !important;
}
.ms-slide .ms-slide-bgcon img {
  margin-top: 0 !important;
}
.ms-slide .ms-slide-bgcont {
  position: relative;
}
.ms-slide .ms-slide-bgvideocont {
  position: relative;
}

.ms-home .homepage-banner {
  height: 700px !important;
}
.ms-home .homepage-banner img {
  margin-top: 0px !important;
}

.ms-view {
  height: auto !important;
}

@media (max-width: 1198px) {
  .ms-home .homepage-banner {
    height: auto !important;
    overflow: hidden;
    margin-top: 49px;
  }
  .ms-home .homepage-banner img {
    max-width: 100%;
    height: auto !important;
    margin-left: 0 !important;
  }
  .master-slider {
    height: auto !important;
  }
}
@media (min-width: 1199px) {
  .ms-home .homepage-banner {
    height: auto !important;
    overflow: hidden;
    margin-top: 39px;
  }
  .ms-home .homepage-banner img {
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
  }
  .master-slider {
    height: auto !important;
  }
}
@media (min-width: 2000px) {
  .ms-home .homepage-banner {
    height: auto !important;
    overflow: hidden;
  }
}