@layer components {

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

    .rtds-video-item__heading {
        @apply rtds-p-4 rtds-grid rtds-gap-2;
    }

    .rtds-video-item__description {
        @apply rtds-text-sm md:rtds-text-base;
    }
}
