@media (min-width: 1400px) {

    /* Styling for screen width test */
    .screen-width-test {
        background-color: #0ff;
    }
}