.opentt-club-featured-wrap {
  --opentt-club-featured-height: 420px;
  --opentt-club-featured-focus-x: 50%;
  --opentt-club-featured-focus-y: 50%;
  width: 100%;
}

.opentt-club-featured-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 5;
  overflow: hidden;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.opentt-club-featured-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--opentt-club-featured-focus-x) var(--opentt-club-featured-focus-y);
}

.opentt-club-featured-wrap.is-fixed-height .opentt-club-featured-media {
  height: var(--opentt-club-featured-height);
  aspect-ratio: auto;
}

.opentt-club-featured-wrap.is-fixed-height .opentt-club-featured-image {
  height: 100%;
  object-fit: cover;
  object-position: var(--opentt-club-featured-focus-x) var(--opentt-club-featured-focus-y);
}

.opentt-club-featured-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  border-radius: 12px;
  border: 1px dashed rgba(142, 197, 255, 0.32);
  background: rgba(5, 23, 66, 0.72);
  color: #d8e9ff;
  padding: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .opentt-club-featured-media {
    aspect-ratio: 16 / 5;
  }

  .opentt-club-featured-wrap.is-fixed-height {
    --opentt-club-featured-height: 260px;
  }
}
