/* moondam overrides (keep template intact) */

/* Make the 3 spotlight images a fixed, smaller size */
#one.wrapper.style2.spotlights > section > .image {
  width: 18em;
  height: 18em;
  flex: 0 0 18em;
  align-self: center;
}

#one.wrapper.style2.spotlights > section > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 980px) {
  #one.wrapper.style2.spotlights > section > .image {
    width: 16em;
    height: 16em;
    flex-basis: 16em;
    margin: 0 auto;
  }
}

@media screen and (max-width: 736px) {
  #one.wrapper.style2.spotlights > section > .image {
    width: 14em;
    height: 14em;
    flex-basis: 14em;
  }
}
