
    section.product-hero { padding: 88px 0; background-color: #0B291A;} 
    section.product-hero .product-hero-content { z-index: 1; }
    section.product-hero .product-hero-content > * { max-width: 525px; }

    #page {
    section.product-hero .product-hero-content h1,
    section.product-hero .product-hero-content h2,
    section.product-hero .product-hero-content p { color: #fff; }
    }

body.page-partners,
body.page-integrations {
    section.product-hero { padding: 88px 0; background-color: #FFFFFF;} 

    #page {
    section.product-hero .product-hero-content h1,
    section.product-hero .product-hero-content h2,
    section.product-hero .product-hero-content p { color: #232323; }
    }
}


section.product-hero .product-hero-img { text-align: center; }
section.product-hero .product-hero-img img { max-height: 500px; }
section.product-hero .row { align-items: center; }
/*
section.product-hero .product-hero-video { max-width: 270px; margin: 40px 50px 30px; position: relative; }
.product-hero-video-container { display: flex; align-items: center; justify-content: center; background: transparent url('https://www.classy.org/wp-content/uploads/2022/08/bg-device-frame.png') center center no-repeat; background-size: auto 100%; position: relative; }  
.product-hero-video-container::after { content: ''; display: block; position: absolute; width: 1148px; height: 100%; z-index: -1; background: transparent url('https://www.classy.org/wp-content/uploads/2022/08/bg-modal-header-scribble.gif') center center no-repeat; background-size: 100% auto; } */

/* SMALL ONLY */
@media (max-width: 992px) {
    section.product-hero { padding: 75px 0; }
    section.product-hero .product-hero-content { margin-bottom: 30px; }
    section.product-hero .product-hero-img { max-width: 100%; display: flex; align-items: center; justify-content: center; } 
    section.product-hero .c-hero-product__video-button { margin-top: 20px; width: 100%; margin-left: 0px; } 
}
