.video-full {
  @apply w-full relative;
  padding-top: 56.25%;

  iframe,
  embed {
    @apply absolute h-full left-0 top-0 w-full
  }
}