#rtd-lg-iceland-slider .slick-track {
  min-height: 400px;
}

#rtd-lg-iceland-slider .slick-current {
  transition: all 0.3s ease-in-out;
}

#rtd-lg-iceland-slider .slick-current:hover {
  cursor: pointer;
  transform: rotate(4deg);
  transition: all 0.3s ease-in-out;
}

#rtd-lg-iceland-slider .slick-slide:not(.slick-current) {
  transform: scale(0.5);
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

#rtd-lg-iceland-slider .slick-slide:not(.slick-current):hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

/* MIXMAX STYLE */

#rtd-lg-mixmax-slider .slick-track {
  min-height: 400px;
}

#rtd-lg-mixmax-slider .slick-current {
  transition: all 0.3s ease-in-out;
}

#rtd-lg-mixmax-slider .slick-current:hover {
  cursor: pointer;
  transform: rotate(4deg);
  transition: all 0.3s ease-in-out;
}

#rtd-lg-mixmax-slider .slick-slide:not(.slick-current) {
  transform: scale(0.5);
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

#rtd-lg-mixmax-slider .slick-slide:not(.slick-current):hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

/* ADDITIONAL STYLES */

.container-fluid {
  padding: 0 !important;
}

/* .footer-rtd {
  z-index: 15;
  position: relative;
  top: 1200px;
} */

#mixmax-container,
#blackjack-container {
  opacity: 0;
  height: 0;
  z-index: -15;
}

@media screen and (max-width: 720px) {
  .mb-individual-conbox {
    border-radius: 8px;
    background: rgba(32, 19, 19, 0.6);
    box-shadow: 83px 104px 37px 0px rgba(0, 0, 0, 0),
      53px 67px 34px 0px rgba(0, 0, 0, 0.01),
      30px 37px 29px 0px rgba(0, 0, 0, 0.05),
      13px 17px 21px 0px rgba(0, 0, 0, 0.09),
      3px 4px 12px 0px rgba(0, 0, 0, 0.1);
    width: 311px;
    height: 447px;
    padding: 16px;
  }
  .rtd-lg-brand-name {
    color: #e0e0e0;
    font-family: "Plus Jakarta Sans";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .rtd-lg-product-name {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal;
  }
  .rtd-lg-product-description {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150%; /* 21px */
    margin-bottom: 32px;
  }
  #mb-iceland-container {
    margin-top: 75px;
  }
  #mb-iceland-lg-bottles .slick-slide:not(.slick-current) {
    transform: scale(0.5);
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
  }
  
  #mb-mixmax-lg-bottles{
      transition: all 0.3s ease-in-out;
  }
  #mb-mixmax-lg-bottles .slick-slide:not(.slick-current) {
    transform: scale(0.5);
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
  }
}