@media screen and (max-width: 1140px) {
    html {
        font-size: 225% !important;
    }
    .container {
        max-width: 95% !important;
    }
}

.hidden {
    display: none;
}