.gallery-carousel__container {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .gallery-carousel__container {
    width: 80%;
    margin: auto;
  }
}
.gallery-carousel__img-video-wrapper {
  height: 0;
  padding-bottom: 66.67%;
  background-color: #000000;
  position: relative;
}
.gallery-carousel__img-video-wrapper.gallery-carousel__img-video-wrapper--placeholder .apartments-img img {
  filter: blur(10px);
}
.gallery-carousel__img-video-wrapper .apartments-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.gallery-carousel__img-video-wrapper .apartments-img img {
  display: block;
  object-position: center;
  object-fit: cover;
}
.gallery-carousel__img-video-wrapper .play-btn,
.gallery-carousel__img-video-wrapper .play-vr-btn {
  z-index: 2;
}
.gallery-carousel__img-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000000;
}
.gallery-carousel__img-video-wrapper--suite {
  padding-bottom: 75%;
}
.gallery-carousel__img-video-wrapper--video {
  transition: all 0.2s linear;
}
.gallery-carousel__loading-icon-data {
  background-image: url("../../../../../../etc.clientlibs/settings/wcm/designs/ticshared/clientlib-site/resources/images/load_icon_darkbg.gif");
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  z-index: -1;
}
.gallery-carousel__slide-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery-carousel__navigation-box {
  transition: all 0.2s linear;
  width: 100%;
}
.gallery-carousel__navigation-box--mobile {
  padding-left: 20px;
  padding-right: 20px;
}
.gallery-carousel__navigation-box--single-indicator-mobile {
  justify-content: center;
}
.gallery-carousel__swiper-control--prev,
.gallery-carousel__swiper-control--next {
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.gallery-carousel__swiper-control--prev {
  left: 3%;
}
.gallery-carousel__swiper-control--next {
  right: 3%;
}
.gallery-carousel .swiper-button-disabled {
  opacity: 0.35;
}
.gallery-carousel__counter {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  min-width: max-content;
  color: #ffffff;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .gallery-carousel__navigation-box--mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .gallery-carousel__img-video-wrapper {
    padding-bottom: 0;
    height: 80vh;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-carousel__navigation-box--mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery-carousel__counter {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 15px;
  }
}
.gallery-carousel .fp__icons--active {
  padding-bottom: 96px;
  background-color: #ffffff;
}
.gallery-carousel .fp__icons--active img {
  object-fit: contain;
}
.gallery-carousel .fp__floorplan-image .apartments-img__image {
  object-fit: contain;
  padding: 15px;
  background-color: #ffffff;
}
