/** Mobile */
@media only screen and (max-width: 767px) {

    #angusSteakBurgers {
        font-size: 75px !important;
    }
    #movingHeaderDiv > h1 {
        font-size: 48px !important;
    }
}

/** Tablet */
@media only screen and (max-width: 991px) {

    #movingHeaderDiv {
        width: 100% !important;
    }
    #movingHeaderDiv > h1 {
        font-size: 72px;
    }
}

/** Special */
@media only screen and (max-width: 1250px) {
    #oneHundredPercent {
        font-size: 150px !important;
    }
}

/** Hero "100% Angus Steak Burgers" text pieces" */
#oneHundredPercent {
    font-size: 275px;
    line-height: 90px;
    font-weight: 800;
}
#angusSteakBurgers {
    font-size: 100px;
    line-height: 90px;
    font-weight: 800;
}
