#highlights {
  margin-bottom: 10px;
}

#highlights figure,#highlights img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: calc(100svh - var(--menu-height))
}

.highlight {
  position: relative;
  width: 100%;
  display: block;
  height: auto!important;
  text-align: center;
  color: #fff;
  font-size: 48px;
  text-decoration: underline
}

.widthContainer {
  width: 100%
}

#imageGroupTitle {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #333234;
  text-align: center
}

.slick-dots {
  bottom: 20px!important
}

.slick-dots li button:before {
  border-radius: 10px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  color: transparent;
  opacity: 1;
  font-size: 0
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 9px
}

.group-look-slider-title {
  text-transform: uppercase;
  font-weight: 500!important;
  margin-top: 90px!important
}

#highlights .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  background: var(--white);
  border-radius: 100px
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--white);
  top: -3px;
  left: -3px;
}

.bankAd {
  width: 100%
}

.adContainer img {
  width: 100%
}
.adContainerMobile{
  display:none;
}
@media screen and (max-width: 768px) {
  #imageGroups {
      width:100%
  }

  .group-look-slider .slick-track {
      padding-bottom: 10px!important
  }

  .sliderContainer {
      margin-bottom: 40px
  }

  .group-look-slider-title {
      text-transform: uppercase;
      font-weight: 700!important;
      margin-top: 50px!important;
      margin-bottom: 30px!important;
      font-size: 20px!important;
      color: #56514E
  }
  .adContainerMobile{
  display:block;
  }
  .adContainerDesktop{
  display:none;
  }
}
