﻿body {
    overflow-y: auto !important;
}

#s4-workspace {
    overflow: visible !important;
}

@media screen and (max-width: 1200px) {
    #s4-workspace H1.netsprefix-Element-H1FPAlt {
        font-size: 3.5rem !important;
    }
}

@media screen and (max-width: 768px) {
    #s4-workspace H1.netsprefix-Element-H1FPAlt {
        font-size: 2.25rem !important;
    }
}

@media screen and (max-width: 480px) {
    .hidden-mobile {
        display: none;
    }

    #s4-workspace H1.netsprefix-Element-H1Alt {
        font-size: 2rem !important;
    }

    #s4-workspace H1.netsprefix-Element-H1FPAlt {
        font-size: 2.1rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #s4-workspace H2.netsprefix-Element-H2 {
        font-size: 1.8rem !important;
    }

 