#content {
    position: relative;
}
#content-main .inner,
#content-main .inner-wrapper {
    position: static;
}
#content {
    align-items: center;
    display: flex;
}
#content,
#content-main,
.inner-wrapper {
    height: 100%;
    float: none;
}
#ev-landing-video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.ev-landing-logged-in-inner {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 400px;
}
.ev-landing-links {
    z-index: 99;
}
.ev-landing-links li {
    list-style: none;
}
.ev-landing-links .links-title {
    font-weight: 300;
    color: #FFFFFF;
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 30px;
}
.ev-landing-links .links-btn a {
    border: 1px solid #FFFFFF;
    width: 288px;
    height: 48px;
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.ev-landing-links .links-btn a:hover {
    background: #fff;
    color: #104779;
}

.ev-landing-links li:nth-child(1):hover a:nth-child(1):before {
    visibility: hidden;
}
.ev-landing-links li:nth-child(1):hover a:nth-child(1) {
    font-weight: lighter;
}

@media screen and (max-width: 767px) {
    .ev-landing-links .links-title,
    .ev-landing-links a {
        font-size: 30px;
        line-height: 45px;
    }
    .ev-landing-links .links-title {
        padding-left: 28px;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #content {
        min-height: 400px;
        max-height: 52vw;
    }
    .ev-landing-video-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    #ev-landing-video {
        width: 100%;
        height: auto;
    }
}
