/** Shopify CDN: Minification failed

Line 17:26 Unexpected "{"
Line 17:35 Expected ":"
Line 28:26 Unexpected "{"
Line 28:35 Expected ":"

**/


/* CSS from section stylesheet tags */
.section-textarea {
    margin-top: 50px;
    margin-bottom: 50px;
  }
@media screen and (max-width: 749px) {
        #shopify-section-{{ section.id }} .iframe-wrapper {
            overflow: hidden;
            pointer-events: none;
            display: block;
            width: 100%;
            max-width: 100%;
            height: 100%;
            max-height: 100%;
            z-index: 1;
            position: relative;
        }
        #shopify-section-{{ section.id }} iframe {
            pointer-events: none;
        }
    }