/** Shopify CDN: Minification failed

Line 76:0 Expected "}" to go with "{"

**/

 
  @media screen and (min-width: 320px) {
    .shopify-section .bo-image-bgimage-wrapper {
         text-align: center;
         padding-top: 40px;
         padding-bottom: 0px;
         background-size:cover!important;
         background-repeat:no-repeat;
      background-color:#fff;
      }
    .shopify-section .bo-image-bgimage-wrapper img{
      width:100%;
      height: auto;
    }
    }

     @media screen and (min-width: 750px) {
           .shopify-section .bo-image-bgimage-wrapper {
         text-align: center;
         padding-top: 40px;
         padding-bottom: 40px;
background-size:cover!important
    }
      
   }
     @media screen and (min-width: 990px) {
       .shopify-section .bo-image-bgimage-wrapper img{
      width:100%;
         max-width:1000px;
      height: auto;
        background-size:cover!important
    }
}
  


 
  @media screen and (min-width: 320px) {
    .shopify-section .bo-singleimage-wrapper {
         text-align: center;
         padding-top: 40px;
         padding-bottom: 40px;
         background: linear-gradient(179deg, #50E2C3 0%, #FFF 100%);

         
    }
    .shopify-section .bo-singleimage-wrapper img{
      width:100%;
      height: auto;
    }
    }

     @media screen and (min-width: 750px) {
           .shopify-section .bo-singleimage-wrapper {
         text-align: center;
         padding-top: 40px;
         padding-bottom: 40px;

    }
      
   }
     @media screen and (min-width: 990px) {
       .shopify-section .bo-singleimage-wrapper img{
      width:100%;
         max-width:1000px;
      height: auto;
    }

  
