#mobile-marker {
    display: none;
}

@media screen and (max-width: 800px) {
    #mobile-marker {
        display: block;
    }
}