.contact-hero {
    z-index: 1;
}

.contact-hero::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
    background-color: rgba(0, 0, 0, .6);
}

.mapouter {
    position: relative;
    text-align: right;
    height: 710px;
    width: 100%;
    max-width: 1024px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 710px;
    max-width: 1024px;
    width: 100%;
}