#hero-slider .slick-list {
  height: 400px;
}
#hero-slider > .slick-track {
    height: 400px !important;
    overflow: hidden !important;
    background-color: #7f8386 !important;
}

.slide-container {
  position: relative;
  z-index: 900;
}

.img-container {
    position: relative;
    width: 100%;
    padding: 0;
}
.img-container .et_pb_image .et_pb_image_wrap {
  display: block;
  height: 400px;
}
.main_section_hero .hero-row-wrapper {
  position: absolute !important;
  max-width: 1000% !important;
  height: 400px !important;
  top: 0 !important;
  z-index:100;
}
#hero-slider::before {
  display: none !important;
}
.img-mobile {
  display: none;
}
.main_section_hero.slick-dotted.slick-slider {
  	margin-bottom: 0px !important;
}
@media screen and (max-width: 768px) {
  .img-mobile {
	display: block !important;
  }
  .img-desktop {
	display: none !important;
  }
}