.landing-minimal {
  min-height: 100vh;
  background: #101214;
}

.landing-minimal main {
  min-height: 100vh;
}

.landing-minimal .hero {
  min-height: 100vh;
  padding-top: clamp(38px, 7vh, 80px);
  padding-bottom: clamp(38px, 7vh, 80px);
}

.landing-minimal .hero-copy {
  align-self: center;
}

.landing-minimal .hero-copy > p {
  font-size: clamp(15px, 1.5vw, 18px);
}

.landing-minimal figure {
  background: #101214;
}

.landing-minimal figure::after {
  display: none;
}

.landing-minimal figure img {
  display: block;
  visibility: visible;
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
  transform: none;
}

.landing-minimal figcaption {
  z-index: 2;
  padding: 14px;
  background: rgba(8, 9, 10, 0.78);
}

.landing-minimal .actions .button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 760px) {
  .landing-minimal .hero {
    min-height: 100vh;
    padding-top: 34px;
    align-content: center;
  }

  .landing-minimal .hero figure {
    height: 310px;
  }

  .landing-minimal .actions {
    align-items: stretch;
  }
}
