.fv-random-video-claim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  /* background: rgba(0, 0, 0, 0.45); */
  opacity: 0.6;
  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;
}

a.fv-random-video-claim-discover img {
  width: 35vw !important;
  position: absolute;
  right: 1.6em;
}

@media (max-width: 767px) {
  a.fv-random-video-claim-discover img {
    width: 55vw !important;
    position: absolute;
    right: .8em !important;
  }

  /* Altezza fissa del video su mobile */
  .wp-block-video video {
    height: 250px !important;
    width: 100%;
    object-fit: cover;
  }
}