@media not all and (min-width: 1025px) {
    .icon-sound-youtube {
        top: 204px !important;
    }
}

@media not all and (min-width: 641px) {
    .icon-sound-youtube {
        top: 130px !important;
        right: 20px !important;
    }
}

.wp-block-acf-youtube-video,
.wp-block-acf-youtube-video div {
    height: 100%;
}

.video-youtube-custom {
  position: absolute;
  aspect-ratio: 16/9;
  left: 50%;
  top: 50%;
  transform: translatex(-50%) translateY(-50%);
  height: auto;
  min-width: var(--w-video);
  min-height: var(--h-video);
  width: auto !important;
  z-index: 1;
}

.video-hero::after {
    position: absolute;
    content: "";
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 00, 0, 0.2);
}

.icon-sound-youtube {
  position: absolute;
  z-index: 6;
  right: 40px;
  bottom: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--white);
  border-radius: 100%;
  padding: 8px;
  width: 48px;
  height: 48px;
  opacity: 0.6;
  transition: opacity 0.3s ease-out;
}

.icon-sound-youtube:hover {
  opacity: 1;
}
