/*
    Theme Name: Clean Emissions Products
    Author: Whetham Solutions
    Author URI: https://whethamsolutions.com
    Description: Wordpress theme for Clean Emissions Products. Use of this theme outside of this company's website is strictly prohibited.
    Template: ion
    Text Domain: cep
*/

body {
    background-color: var(--dark);
}

@media (max-width: 767px) {
    #hero .hero-img {
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        z-index: 0;
    }
    #hero .hero-img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #hero:before {
        z-index: 1;
    }
}

