/* Add application specific styles here */
@media screen and (max-width:480px) {
    .mydiv {
        display: none
    }
}