/* Arena News - Embedded custom-field video
   Mobile-only cleanup so the player uses the full article width.
*/

@media (max-width: 767.98px) {
    .pressly-article-page .arena-video-custom-field {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .pressly-article-page .arena-video-custom-field > .pressly-article-note-icon {
        display: none !important;
    }

    .pressly-article-page .arena-video-custom-field > .w-100 {
        width: 100% !important;
        max-width: none !important;
    }

    .pressly-article-page .arena-video-custom-field .ratio {
        width: 100% !important;
        margin-top: 10px !important;
        border-radius: 12px !important;
        overflow: hidden !important;
    }

    .pressly-article-page .arena-video-custom-field iframe {
        width: 100% !important;
        height: 100% !important;
        border: 0 !important;
    }
}
