<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================ */
/* SMALLER DESKTOPS */
/* ================================================================================ */
@media (max-width: 979px) {
    body {
        font-size: .9em; } 

    embed, .ad img, object, .body-main .BrightcoveExperience {
        /* resolves videos and ads from blowing out the box */
        width: 100%;	
    }

    .main .napco-webinars-carousel_single.widget_napco-webinars, .main .widget.napco-webinars-carousel_multi {
        width: 100%;
        margin-bottom: 10px;
    }
}</pre></body></html>