@media only screen and (min-width: 600px) and (max-width: 1400px) {
    #homepage #page #content-container * {
        text-transform: uppercase;
        font-size: 40px
    }
}