.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#header {
    position: relative;
    padding: 14px 0 88px 0;
    background: #fff;
}
#navigation.style-1.head-tr ul li a {
    color: #000;
}
#navigation {
    margin-top: 15px;
}
/* Desktop */
.fullwidth-home-map.dark-overlay video
{
    opacity: 0.5;
}
.contact .button {
    background: #4c3993;
    margin-bottom: 0px;
    color: #fff;
}
.portfolio-img img {
    height: 280px;
    width: 100%;
}
/* Mobile */
@media (max-width: 768px) {
    #map-container.fullwidth-home-map {
        /*height: 322px;*/
        height: 450px;
    }


    .video-container video {
        width: 100%;
        height: auto;
        object-fit: contain !important;
    }

}
/*
@media only screen
and (min-width: 768px)
and (max-width: 1024px) {
    .fullwidth-home-map.dark-overlay video {
        top: 0px;
    }
    #map-container.fullwidth-home-map {
        height: 511px;
    }
    #map-container.fullwidth-home-map .main-search-inner
    {
        display: none;
    }
    .video-container video {
        width: 100%;
        height: auto;
        object-fit: contain !important;
    }

} */
@media only screen and (max-width: 450px){
.hero-inner.home-3 {
    margin-top: 11px !important;
}
}
/*video*/