.tv-hero-inner {
  margin: auto;
}

.tv-hero {
  min-height: 290px;
  background: #050505;
  color: #fff;
}

.tv-hero::after,
.screen-art {
  display: none;
}

.tv-hero-inner {
  min-height: 290px;
  align-items: center;
  text-align: center;
}

.tv-hero h1 {
  color: #fff;
}

.tv-hero p:not(.eyebrow) {
  color: #d6d6d6;
}

.tv-hero .eyebrow {
  color: #bdbdbd;
}

.tv-hero .cta {
  background: #a91515;
}

.tv-hero .cta:hover {
  background: #d12424;
}

.photo-section {
  padding: 44px 0 6px;
}

.tv-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #101010;
}

.tv-visual img {
  display: block;
  width: 100%;
  height: 455px;
  object-fit: cover;
  object-position: center;
}

.tv-visual figcaption {
  position: absolute;
  top: 47%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 10px 18px;
  background: rgba(18, 18, 18, .32);
  color: #f7f7f7;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .38);
}

@media (max-width: 720px) {
  .tv-hero,
  .tv-hero-inner {
    min-height: 292px;
  }

  .photo-section {
    padding-top: 24px;
  }

  .tv-visual img {
    height: 235px;
  }

  .tv-visual figcaption {
    font-size: 28px;
  }
}
