.ik-p-app-nav-splash-header__container {
    position: relative;
    height: 100svh !important;
    width: 100%;
    margin-top: -60px;
}

.ik-p-app-nav-splash-header__video {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.ik-p-app-nav-splash-header__cta {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-size: 20px;
}

.ik-p-app-nav-splash-header__cta a {
    text-shadow: none;
}

.ik-p-app-nav-splash-header__cta :first-child {
    max-width: 700px;
    text-align: center;
}

/* mobile styles */
.ik-app--mobile .ik-p-app-nav-splash-header__container {
    flex-direction: column;
    height: 60px;
    margin-top: -60px;
}

.ik-app--mobile .ik-p-app-nav-splash-header__cta :first-child {
    margin: 7px 10px !important;
}
