@media only screen and (max-width: 600px) {
.hide-image-mobile {
    display: none;
}
}