/** Shopify CDN: Minification failed

Line 18:16 Expected identifier but found whitespace
Line 18:18 Unexpected "{"
Line 18:27 Expected ":"
Line 18:78 Expected ":"
Line 19:19 Expected identifier but found whitespace
Line 19:21 Unexpected "{"
Line 19:30 Expected ":"
Line 19:84 Expected ":"
Line 24:18 Expected identifier but found whitespace
Line 24:20 Unexpected "{"
... and 6 more hidden warnings

**/
/* START_SECTION:ad-banner (INDEX:1) */
.ad-banner__blocks {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .ad-banner__blocks {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }

  .ad-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
/* END_SECTION:ad-banner */
