.room-nav-positioner {
    position: relative;
    z-index: 1;
}

.room-nav {
    background-color: rgba(0, 0, 0, 0.45);
}

.room-btn-out {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.room-btn {
    background-color: #990033;
    color: black;
    font-size: 1.7vw;
}

.active-room {
    background-color: #b80038 !important;
}

.room-btn-active:hover {
    background-color: #770031;
    color: black;
    font-size: 1.7vw;
    cursor: pointer;
}

.room-btn:hover {
    background-color: #770031;
    color: black;
    font-size: 1.7vw;
    cursor: pointer;
}

.room-body {
    padding-top: 30px;
    margin-left: 50px;
    margin-right: 50px;
}

.seemore:hover {
    cursor: pointer;
    color: white;
}

.social {
    text-decoration: none;
    color: whitesmoke;
    display: inline-block;
}

.vjs-poster {
    background-size: contain !important;
}

