.root {
}

@media only screen and (max-width: 768px) {
    .root {
        @apply !bg-scroll;
        @apply basis-full;
    }
}
