.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;
}

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

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