<style>
.global-module-image-wrapper {
    background-image: url('');
}

@media screen and (max-width: 767px) {
    .global-module-image-wrapper {
        background-image: url('');
    }
}
</style>
<div class="global-module-image-wrapper"></div>