.alidatos-lite-youtube {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #0f0f10;
}

.alidatos-lite-youtube__button {
  all: unset;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.alidatos-lite-youtube__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.alidatos-lite-youtube__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4rem;
  height: 2.75rem;
  transform: translate(-50%, -50%);
  border-radius: 0.65rem;
  background: rgba(0, 0, 0, 0.75);
}

.alidatos-lite-youtube__play::before {
  content: "";
  position: absolute;
  left: 1.55rem;
  top: 0.8rem;
  width: 0;
  height: 0;
  border-top: 0.58rem solid transparent;
  border-bottom: 0.58rem solid transparent;
  border-left: 0.95rem solid #fff;
}

.alidatos-lite-youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
