Newer
Older
pre-www / src / assets / css / blocks / video.css
.block-video{
    &__inner{
        @apply aspect-video relative;
        video{
            @apply absolute w-full h-full left-0 top-0;
        }
    }
    &__caption{
        p{
            @apply text-size-sm mt-xs mb-0;
        }
    }
}