
    .shopify-section.banner {
        padding-top: 0!important;        
    }
    .banner-section img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        width: 100%;
    }
    .banner-section .desktop-image {
        display: none;
    }
    @media (min-width: 768px) {
        .banner-section .desktop-image {
            display: block;
        }

        .banner-section .mobile-image {
            display: none;
        }   
    } 

    
    .section-banner {
        margin-bottom: 8px;
    }
    .section-banner img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .section-banner .desktop-banner {
        display: none;
    }
    .section-text {
        text-align: center;
        margin-bottom: 20px;
    }
    @media (min-width: 640px) {
        .section-banner .desktop-banner {
            display: block;
        }
        .section-banner .mobile-banner {
            display: none;
        }
    }
    @media (min-width: 1024px) {
        .section-banner {
            margin-bottom: 40px;
        }
    }    


    .shopify-section.banner {
        padding-top: 0!important;        
    }
    .image-section {
        text-align: center;
    }
    .image-section img {
        margin: 0 auto;
        display: inline-block;
        max-width: 100%;
    }
    .image-section .desktop-image {
        display: none;
    }
    @media (min-width: 768px) {
        .image-section .desktop-image {
            display: initial;
        }
        .image-section .mobile-image {
            display: none;
        }   
    } 


    .shopify-section.banner {
        padding-top: 0!important;        
    }
    .image-section {
        text-align: center;
    }
    .image-section img {
        margin: 0 auto;
        display: inline-block;
        max-width: 100%;
    }
    .image-section .desktop-image {
        display: none;
    }
    @media (min-width: 768px) {
        .image-section .desktop-image {
            display: initial;
        }
        .image-section .mobile-image {
            display: none;
        }   
    } 


    .instagram-section {
        padding: 50px 0;
    }    
    .instagram-section .title a:hover {
        color: #ff7c97;
    }
