/*1920 x 1080 THE MOST COMMON RESOLUTION*/
@media screen and (max-height: 1080) {
    .section {
        height: 1080px;
        width: 100%;
    }
}