/* Your desktop css here */

.Fourth {
    height: 90vh;
}

@media only screen and (max-width: 499px) {
    /* Your mobile css here */
}

/* Feel free to add more things! */