/* GSAP Global Animation Related Style Overrides */

body:not(.wp-admin) {
    header.wp-block-template-part, 
    footer.wp-block-template-part,
    #main-content .container > .wp-block-blueprint-grid-item,
    #hero > .container,
    .post-archive-item,
    .wp-block-blueprint-post {
        opacity: 0;
    }
    @media screen and (max-width: 768px) {
        header.wp-block-template-part,
        #hero > .container {
            opacity: 1 !important;
        }
    }
}