.video
{
    @apply relative;
    padding-bottom: 56.25%;

    > iframe
    {
        @apply absolute w-full h-full;
    }
}