body {
  overflow-x: hidden;
}

.layout_media_gallery {
  position: relative;
  left: -200px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1499.98px) {
  .layout_media_gallery {
    left: 0px;
  }
}
.layout_media_gallery + .layout_section_cta {
  margin-top: -100px;
  background-color: transparent !important;
}
@media (max-width: 1199.98px) {
  .layout_media_gallery + .layout_section_cta {
    margin: 0;
  }
}

.l-media-gallery {
  padding: 100px 0 200px;
  left: 200px;
}
@media (max-width: 1499.98px) {
  .l-media-gallery {
    padding: 80px 0 160px;
    left: 0px;
  }
}
@media (max-width: 1199.98px) {
  .l-media-gallery {
    padding: 50px 0;
  }
}
@media (max-width: 575.98px) {
  .l-media-gallery {
    overflow: hidden;
  }
}
.l-media-gallery__box {
  position: relative;
  margin-bottom: 4.5rem;
}
@media (max-width: 991.98px) {
  .l-media-gallery__box {
    overflow: hidden;
    margin-bottom: 3rem;
  }
}
.l-media-gallery__row-container {
  position: relative;
}
.l-media-gallery__item-container {
  position: relative;
  width: 100%;
  min-width: 400px;
  height: 500px;
}
@media (max-width: 1499.98px) {
  .l-media-gallery__item-container {
    min-width: 320px;
    height: 400px;
  }
}
@media (max-width: 1199.98px) {
  .l-media-gallery__item-container {
    min-width: 300px;
    height: 375px;
  }
}
.l-media-gallery__carousel {
  margin-top: 2.5rem;
}
@media (max-width: 991.98px) {
  .l-media-gallery__carousel {
    margin-top: 1rem;
  }
}
.l-media-gallery__carousel .slick-list {
  overflow: visible;
}
@media (max-width: 991.98px) {
  .l-media-gallery__carousel .slick-list {
    height: fit-content;
  }
}
.l-media-gallery__carousel .slick-disabled {
  display: none;
  pointer-events: none;
}
.l-media-gallery__carousel .slick-slide {
  overflow: hidden;
}
.l-media-gallery__header-title {
  font-family: "frontageregular", sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  color: #fff;
  margin-top: 3rem;
}
.l-media-gallery__iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .l-media-gallery__iframe {
    height: 100%;
  }
}
.l-media-gallery__image {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.l-media-gallery__carousel-item {
  position: relative;
  margin: 0rem 0.25rem 2rem;
  height: 100%;
}
.l-media-gallery__play-button {
  position: absolute;
  border: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-image: url("../../../img/icons/play-btn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px;
  z-index: 1;
  pointer-events: all;
  cursor: pointer;
}
.l-media-gallery__play-button:hover {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .l-media-gallery__button-image {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575.98px) {
  .l-media-gallery__button-image {
    width: 85px;
    height: 85px;
  }
}
.l-media-gallery__separator {
  background-color: #000;
  width: 100%;
  height: 1px;
  opacity: 1;
  border: none;
  margin-bottom: 3rem;
}
.l-media-gallery__carousel-container {
  position: relative;
}
.l-media-gallery__carousel-prevArrow, .l-media-gallery__carousel-nextArrow {
  width: fit-content;
  position: absolute;
  top: 100%;
  left: -60px;
  width: 35px;
  height: 25px;
  background-image: url("../../../img/icons/white-left-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-media-gallery__carousel-prevArrow.slick-disabled, .l-media-gallery__carousel-nextArrow.slick-disabled {
  display: none !important;
  pointer-events: none !important;
}
.l-media-gallery__carousel-nextArrow {
  left: auto;
  right: -60px;
  background-image: url("../../../img/icons/white-right-arrow-slider.svg");
}
.l-media-gallery__inspect {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  right: 10px;
}
.l-media-gallery__inspect i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background-image: url("../../../img/icons/magnifying-glass.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-media-gallery__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}