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