#companyTagLineBox {
    display: flex;
}

#mobileExtraFiller {
    display: none;
}

#mobileTagLineBox {
    display: none;
}

.brown-box {
    background-color: #746457;
}

.company-tagline-container {
    background: url("/media/anananas_studio_eggBg_desk.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px !important;
}

.company-tagline-container-mobile {
    background: url("/media/anananas_studio_eggBg_mob.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 280px !important;
}

.company-tagline-text {
    font-family: 'Asap Condensed', sans-serif;
    font-size: 36pt;
    font-style: italic;
    line-height: 1.2em;
    word-spacing: 1px;
    letter-spacing: 2px;
    color: #FCEAEA;
    width: 80%;
}

.company-tagline-text-mobile {
    font-family: 'Asap Condensed', sans-serif;
    font-size: 32pt;
    font-style: italic;
    word-spacing: 1px;
    letter-spacing: 2px;
    line-height: 1.1em;
    color: #FCEAEA;
    width: 100%;
    text-align: center;
}

.company-tagline-container-contact {
    height: 500px !important;
    background-color: #736356;
}

@media only screen and (max-width: 600px) {
    #companyTagLineBox {
        display: none;
    }

    #mobileExtraFiller {
        display: flex;
    }

    #mobileTagLineBox {
        display: flex;
    }

    .company-tagline-container-contact {
        display: none !important;
    }

}