.azl-random-video h1 {
  display: none !important;
}
.azl-random-video {
  position: relative;
  top: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
}

.azl-random-video video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.fv-random-video-claim {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  /* background: rgba(0, 0, 0, 0.45); */
  opacity: 1;
  padding: 1rem 2rem;
  text-align: center;
  border-radius: 2em;
  font-size: 4em;
  /* min-width: 25em; */
}

.fv-random-video-claim img {
  display: block;
  width: 80vw;
  height: auto;
  border-radius: 0.6em;
}

.fv-random-video-claim--logo {
  width: min(80vw, 560px);
}

.fv-random-video-claim--logo img,
.fv-random-video-logo {
  width: 100%;
  height: auto;
  border-radius: 0.6em;
}

.fv-random-video-logo-link {
  display: inline-block;
  transform-origin: center;
}

.fv-random-video-logo-link:hover,
.fv-random-video-logo-link:focus-visible {
  animation: none;
  transform: scale(1.04);
}

.fv-random-video-logo-link:active {
  transform: scale(0.99);
}

.fv-random-video-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.25rem;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  width: 92%;
  box-shadow: 0 8px 22px rgba(0,0,0,0.35);
  transform-origin: center;
  animation: fvCtaPulse 1.35s ease-in-out infinite;
}

.fv-random-video-cta-link:hover,
.fv-random-video-cta-link:focus-visible {
  animation: none;
  transform: scale(1.03);
  background: rgba(0, 0, 0, 0.38);
}

.fv-random-video-cta-link:active {
  transform: scale(0.99);
}

@keyframes fvCtaPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 22px rgba(0,0,0,0.35);
  }
  50% {
    transform: scale(1.06);
    box-shadow: 0 16px 44px rgba(0,0,0,0.48);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fv-random-video-logo-link {
    animation: none;
  }

  .fv-random-video-cta-link {
    animation: none;
  }
}

@media (max-width: 767px) {
  .fv-random-video-claim--logo img,
  .fv-random-video-logo {
    border-radius: 0.25em;
  }

  .fv-random-video-cta-link {
    width: 96%;
    font-size: 14px;
    padding: 0.55rem 0.9rem;
  }
}
