@media (min-width: 768px) {

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