<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal-body iframe {
    width: 100%;
    min-height: 360px;
    display: block;
}

#player {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#x-lyrics, #x-info {
    white-space: pre-line;
    white-space: pre-wrap;
}

#player .xloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#album_view .cover_art {
    width: 200px;
}

.table td {
    white-space: nowrap;
}
.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}
.table td.td-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width:0;
}

@media only screen and (max-width: 576px) {
    #xvideoModal.ly .modal-content {
        height: 100vh;
    }
    .modal-body iframe {
        min-height: 300px;
        max-height: 300px;
    }
    #video-body #video-body-sub {
        height: 300px;
    }
    #video-body #info-wrap &gt; div &gt; div {
        min-height: 300px;
        max-height: calc(100vh - 350px);
    }
    #album_view .cover_art {
        width: 100px;
    }
}

/* mobile */
@media only screen and (max-width: 768px) {
    #album_view .cover_art {
        width: 100px;
    }
}

@media only screen and (max-width: 992px) {
    #album_view .cover_art {
        width: 100px;
    }
}

@media (min-width: 576px) {
    .modal-dialog-scrollable {
        height: 100%;
    }
    .modal-xxl {
        max-width: 100%;
    }
    .modal-body iframe {
        min-height: 300px;
    }
    #video-body {
        height: calc(100vh - 30px );
    }
    #video-body &gt; div {
        height: 100%;
    }
}

@media only screen and (min-width: 992px) {
    #video-body .info-wrap &gt; div {
        min-height:490px;
    }
    .modal-xxl {
        max-width: 100%;
    }
    #video-body {
        height: 100vh;
    }
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 1280px;
    }
}</pre></body></html>