@layer components {
    .rtds-video-item {
        @apply rtds-aspect-video;
    }

    .rtds-video-item iframe {
        @apply !rtds-w-full !rtds-h-full;
    }
}
