
&FullScreen {
    @apply overflow-hidden relative w-full h-screen flex items-center justify-center;
}

&FullScreen&.pad-topnav{
    @apply pt-[3rem];
}

&FullScreen .responsive {
    @apply absolute min-w-full min-h-full object-cover;
}