How do I remove the image at the back?

I don’t know what this means, but you already target that image with

@media (max-width: 1200px)
.men {
    display: block !important;
}
.men {
    display: none;
}