.anchor {
    margin-top: -100px;
}

.map {
    height: 650px;
    margin-top: 70px;
}

.map-section {
    margin-top: 70px;
}

/* Video Banner */
.video-clip {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    margin-top: 0px;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
}

@media (min-width: 992px) {
    .video-clip {
        -webkit-transform: translate(-50%, -50%) scale(1.5);
        transform: translate(-50%, -50%) scale(1.5);
    }
}
/*Video Banner END*/