/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/goodcents/banner-ad/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/*
  These are SASS variables used in the theme.  They are also in the tailwind.config.js file if 
  you want to use them that way.  Just remember to preface them with "tw-".

  If you are adding a new variable, please be consistent and add variable to the 
  tailwind.config.js file as well.
*/
.wp-block-goodcents-banner-ad .full-width-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    height: 300px
}
@media (min-width: 48rem) {
    .wp-block-goodcents-banner-ad .full-width-container {
        height: 450px
    }
}
@media (min-width: 64rem) {
    .wp-block-goodcents-banner-ad .full-width-container {
        height: 600px
    }
}
.wp-block-goodcents-banner-ad .gc-banner-ad-image {
    margin: 0rem;
    width: 100%;
    max-width: 100%;
    padding: 0rem
}
@media (min-width: 48rem) {
    .wp-block-goodcents-banner-ad .gc-banner-ad-image {
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        max-width: 48rem
    }
}
@media (min-width: 64rem) {
    .wp-block-goodcents-banner-ad .gc-banner-ad-image {
        max-width: 64rem
    }
}
@media (min-width: 80rem) {
    .wp-block-goodcents-banner-ad .gc-banner-ad-image {
        max-width: 80rem
    }
}
@media (min-width: 90rem) {
    .wp-block-goodcents-banner-ad .gc-banner-ad-image {
        max-width: 90rem
    }
}
.wp-block-goodcents-banner-ad .gc-banner-ad-image img {
    border-radius: 0px
}
@media (min-width: 48rem) {
    .wp-block-goodcents-banner-ad .gc-banner-ad-image img {
        border-radius: .5rem
    }
}
.wp-block-goodcents-banner-ad .gc-banner-ad-image img.gc-banner-ad-image-mobile {
    display: block;
    width: 100%;
    border-radius: 0px
}
@media (min-width: 48rem) {
    .wp-block-goodcents-banner-ad .gc-banner-ad-image img.gc-banner-ad-image-mobile {
        display: none
    }
}
.wp-block-goodcents-banner-ad .gc-banner-ad-image img.gc-banner-ad-image-desktop {
    display: none
}
@media (min-width: 48rem) {
    .wp-block-goodcents-banner-ad .gc-banner-ad-image img.gc-banner-ad-image-desktop {
        display: block
    }
}

/*# sourceMappingURL=style-index.css.map*/