@media screen and (max-width: 420px) {
    .home {
        display: none;
    }
}
