/* module_hype-banner.css */

.module_hype-banner {
    background-color: #097582;
    color: #ffffff;
}

.module_hype-banner .header h2 {
    color: #ffffff;
    font-family: "Oswald Regular", Arial, sans-serif;
    font-weight: normal;
    font-size: 3.5em;
    letter-spacing: 2px;
    line-height: 1.25;
    text-align: center;
}

.module_hype-banner .header h2 span {
    color: #fdb414;
}

.module_hype-banner .graphic {
    background-image: url("/betterboard/images/banner-workers-employers.png");
    background-position: 49.05% 0;
    background-repeat: no-repeat;
    height: 245px;
}

/*@media only screen and (max-width: 1280px) {}*/

/*@media only screen and (max-width: 768px) {}*/

@media only screen and (max-width: 640px) {
    .module_hype-banner .header h2 {
        font-size: 2.5em;
    }
    
    .module_hype-banner .graphic {
        height: 164px;
        background-size: 1600px;
    }
}

/*@media only screen and (max-width: 480px) {
    .module_hype-banner .header h2 {
        font-size: 2.5em;
    }
    
    .module_hype-banner .graphic {
        height: 164px;
        background-size: 1600px;
    }
}*/