.new-header-1 .logo {
    text-align: center;
}

.new-header-1 .logo img {
    margin: 0 auto;
    height: 100px;
}

.new-header-1 .tagline-section {
    margin-bottom: 15px;
}

.new-header-1 .account-section {
    text-align: center;
    z-index: 10;
    margin-top: -24px;
}

.new-header-1 .account-menu ul {
    justify-content: center;
}

.new-header-1 .unlock-potential-text {
    margin-top: 0;
    font: 500 16px 'Lato';
    color: white;
}

.new-header-1 .account-menu {
    margin-top: 10px;
}

.new-header-1 .account-menu li {
    font-size: 18px;
}

.new-header-1 div.intro-video-section {
    display: flex;
    justify-content: right;
    margin-top: 5px;
}

#mini-intro-section {
    height: 111px;
    width: 161px;
    position: relative;
    border: 2px solid white;
    border-radius: 8px;
    cursor: pointer;
}

#mini-intro-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

#fullscreen-intro-section > * {
    transition: opacity 0.2s ease-out, height 0s 0.2s;
}

#fullscreen-intro-section.off-screen > * {
    opacity: 0;
    height: 0;
}

#fullscreen-intro-section i.glyphicon {
    top: 2px;
    left: 1px;
}

#fullscreen-intro-player {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000; /* above everything else */
}

#fullscreen-intro-close-button, #fullscreen-intro-unmute-button {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(102, 45, 145, 0.9);
    border: 2px solid white;
    color: white;
    font-size: 20px;
    cursor: pointer;
    z-index: 10001;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

#fullscreen-intro-close-button {
    top: 20px;
}

#fullscreen-intro-close-button > i {
    margin-left: -1px;
}

#fullscreen-intro-unmute-button {
    top: 90px;
}

nav.navbar.navbar-below-intro-video {
    z-index: unset;
}

#mini-intro-section img.mini-intro-watermark {
    /* the actual 'watermark' */
    position: absolute;
    top: 40%; /* or whatever */
    left: 16%; /* or whatever, position according to taste */
    opacity: 0.9; /* Firefox, Chrome, Safari, Opera, IE >= 9 (preview) */
}