/*
    
    hero-logo.css
    
    Extends module_hero.css
    
*/

.module_hero.hero-logo div.logo img {
    width: 460px;
    max-width: 100%;
    margin-bottom: 34px;
}

.module_hero.hero-logo div.logo h1 img {
    width: 460px;
    max-width: 100%;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    
    .module_hero.hero-logo div.logo img {
        margin-bottom: 24px;
    }
    
    .module_hero.hero-logo div.logo h1 img {
        margin-bottom: 0;
    }
    
}

@media only screen and (max-width: 480px) {
    
    .module_hero.hero-logo div.logo img {
        margin-bottom: 18px;
    }
    
    .module_hero.hero-logo div.logo h1 img {
        margin-bottom: 0;
    }
    
}