.osborn-watch-featured .osborn-watch-gallery__hero--titlescreen {
  display: block;
  grid-template-columns: minmax(0, 1fr);
  padding: 10px;
}

.osborn-watch-featured
  .osborn-watch-gallery__hero--titlescreen
  .osborn-watch-gallery__player {
  width: 100%;
}

.osborn-watch-featured :is(h1, h2).osborn-titlescreen__title {
  color: var(--white);
  font-family: var(--bgea-serif);
  font-size: clamp(1.3rem, 3.4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.05;
  margin: 0;
}

.osborn-watch-featured__description {
  display: -webkit-box;
  max-width: 34rem;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--bgea-sans);
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  line-height: 1.45;
  margin: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 540px) {
  .osborn-watch-featured :is(h1, h2).osborn-titlescreen__title {
    font-size: 1.05rem;
    line-height: 1.15;
  }

  .osborn-watch-featured__description {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
