.region-highlighted {
  position: relative;
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
  background-size: 100% 300px;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
}

.region-highlighted::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}

.region-highlighted .highlights-background {
  position: relative;
  height: 200px !important;
  min-height: 200px !important;
  max-height: 200px !important;
  overflow: hidden;
  z-index: 2;
}

.region-highlighted .highlights-background img {
  width: 100% !important;
  height: 2cap !important;
  max-width: 100% !important;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  visibility: hidden;
}
