<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 1440px) and (max-width: 1800px) {
    #siteBanner {
        width: 45%;
        height: 60%;
    }

    .customBackgroundSettings {
        height: 550px !important;
    }

    .customBackgroundSettings &gt; div:not(:first-child):not(:nth-child(5)) {
        overflow: hidden auto !important;
    }

    .saveToPlaylist {
        height: 500px !important;
    }

    .customBackgroundSettings &gt; div:nth-child(5) {
        overflow: hidden !important;
    }

    #LoadAchievements {
        height: auto !important;
    }

    #PopupSettings &gt; .modal-dialog-centered {
        align-items: start !important;
    }

    .iconSize {
        font-size: 3rem !important;
    }

    #SidebarPlaylists {
        overflow-y: auto;
        height: 19vh;
    }
    .playlistSongDiv {
        overflow: hidden scroll;
        height: 350px;
    }

    .SideBarTabContent {
        height: auto !important;
    }

    #Playlists2 {
        height: calc(100% - 190px);
        overflow: hidden scroll;
    }
    .homePageTab {
        font-size: 13px !important;
    }
    .reportButtonText {
        bottom: 10px;
        font-size: 18px;
    }
    #Lyrics, #Settings, #CurrentArtists {
        overflow: hidden;
        height: calc(100% - 190px);
    }

    #SongInfoDesktop {
        height: 100px;
    }

    .songInfoDisplayScroll {
        height: 100px
    }
    .NextSongPlayer {
        width: 17vw;
    }
}</pre></body></html>