.hero-video {
    position: absolute;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    opacity: 1;
    background-image: none;
    transition-property: opacity;
    transition-duration: 1000ms;
}

.hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.hero-video:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.5);
}

.team-item-image img {
    border: 5px solid #ffffff;
}

#map {
    display: block;
    width: 100%;
    height: 485px;
    position: relative;
    background-color: #111 !important;
    z-index: 1;
}
