#hero-desktop {
    display: none;
}

@media screen and (min-width: 750px) {
    #hero-desktop {
        display: block;
    }
}
