.full_width_map_section .full_width_map_section_inner {
    height: 476px
}

.full_width_map_section .full_width_map_section_inner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media (max-width:1199px) {
    .full_width_map_section .full_width_map_section_inner {
        height: 440px
    }
}

@media (max-width:767px) {
    .full_width_map_section .full_width_map_section_inner {
        height: 400px
    }
}

/*# sourceMappingURL=full_width_map.css.map */