#hero-mobile {
    display: block;
}

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