/* Slash Restaurant site overrides */
.header-logo .logo-img {
    max-height: 52px;
    width: auto;
}

.wget-logo img {
    max-height: 56px;
    width: auto;
}

@media only screen and (max-width: 991px) {
    .header-logo .logo-img {
        max-height: 42px;
    }
}

.video-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.85);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.video-popup-overlay.active {
    display: flex;
}

.video-popup-inner {
    position: relative;
    width: 100%;
    max-width: 960px;
}

.video-popup-inner video {
    display: block;
    width: 100%;
    max-height: 80vh;
    background: #000;
}

.video-popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.restaurant-video-lightbox {
    display: none;
}
