#highlights {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 2.5%;
  margin: 0 auto;
}

#highlights figure,
#highlights img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: calc(100vh - var(--menu-height));
  border-radius: 12px;
  width: 90%;
  margin: auto;
}

.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;
  letter-spacing: 3px;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #333234;
  text-align: center;
}

#highlights .slick-dots {
  bottom: 8px;
}

#highlights .slick-dots li {
  width: 12px;
  height: 10px;
  margin: 0 10px;
}

#highlights .slick-dots li button {
  padding: 0;
}

#highlights .slick-dots li button:before {
  opacity: 0.5;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 1px;
  line-height: 15px;
  width: 15px;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
  color: transparent;
  opacity: 0.5;
  font-size: 0;
}

#highlights  .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: var(--base);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #imageGroups {
    width: 100%;
  }

  .sliderContainer {
    margin-bottom: 40px;
  }
  
  #highlights figure,
  #highlights img {
    width: 100%;
    border-radius: 0;
  }
}