.navbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
    right: 0;
    background: transparent !important;
    margin-left: 3%;
    margin-right: 3%;
    padding: 30px 10px;
}

.navbar-collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.carousel{
    margin: 0;
    padding: 0;
}
#vdoCarousel .carousel-inner {
    height: 100vh;
}

.navbar-brand img {
    width: 180px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid transparent;
}

.navbar {
    border-bottom: 1px solid #fff;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;

}

#video-viewport {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

#video-viewport video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.fullsize-video-bg {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.fullsize-video-bg:before {
    content: "";
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    right: 0;
    bottom: 0;
}

.fullsize-video-bg .inner {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 2;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .35);
}

.fullsize-video-bg .inner > div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2em;
}
