/** Shopify CDN: Minification failed

Line 19:15 Expected identifier but found whitespace
Line 19:17 Unexpected "{"
Line 19:26 Expected ":"
Line 19:51 Expected ":"
Line 20:18 Expected identifier but found whitespace
Line 20:20 Unexpected "{"
Line 20:29 Expected ":"
Line 20:57 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:quiz-banner (INDEX:151) */
.quiz-banner-margin {
    margin-top: {{ section.settings.margin_top }}px;
    margin-bottom: {{ section.settings.margin_bottom }}px;
}

.quiz-banner-section .desktop-banner {
    display: block;
    width: 100%;
    height: auto;
}

.quiz-banner-section .mobile-banner {
    display: none;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .quiz-banner-section .desktop-banner {
        display: none;
    }
    
    .quiz-banner-section .mobile-banner {
        display: block;
    }
}
/* END_SECTION:quiz-banner */