@media only screen and (max-width: 400px) {
    .mobile-50 {height:50vh}
}


@media only screen and (min-width: 1025px) {
    .desktop-100 {height:100vh}
}
