.contact-section .content-holder {
    background-image: url("../img/image_map.jpg");
}

.contact-section .body-holder:before {
    background-image: url("../img/image_map.jpg");
}

@media (min-width: 1200px) {
    .contact-section .body-holder:before {
        background-image: url("../img/image_map.jpg");
    }
}

@media (min-width: 768px) {
    .contact-section .content-holder {
        margin: 95px 0 0;
        background: none;
        padding: 0;
        position: static;
    }

    .contact-section .body-holder:before {
        background-image: url("../img/image_map.jpg");
    }
}