/* Portrait Desktop Styles - Max width 1080px */
@media only screen and (max-width: 1080px) and (min-width: 481px) {
ul.nav-menu {
    display: flex;
}

.current-page-indicator {
    display: flex;
}

.social-links {
    display: unset;
}

.video-section {
    height: auto;
}

video#hlsPlayer {
    border-radius: 10px 10px 0px 0px;
}

.chat-section {
    height: 75vw;
    width: 100%;
}


.chat-header-chapter-title {
    font-size: 0.8rem;
}

.chat-text {
    font-size: 0.7rem;
}

nav#mobileBottomNav {
    display: none;
}
}