:root {
    --itemWidth: 200px;
    --halfItemWidth: 125px;
    --doubleWidth: 400px;
}

.noWrap {
    white-space: pre;
    width: 60vw;
    text-align: left;
    max-width: 430px;
}

[data-status]::after {
    text-align: center;
    width: 40px;
    display: inline-block;
    line-height: 50px;
    transform: translate(0px, 0px);
    position: absolute;
}


.playerControls>div {
    width: 50%;
    height: 40px;
    border-radius: 50%;
    position: sticky !important;
    top: 0;
}

.episodeList {
    margin-bottom: 30px;
    max-width: calc(100% - 20px);
}

.subHeader {
    width: calc(100% + 20px);
    margin-left: -10px;
    text-align: center;
    background: url(/images/imagesLeft.png) 0% 50% no-repeat, url(/images/imagesRight.png) 100% 50% no-repeat;
    text-shadow: 1px 1px 5px black;
    min-height: 150px;
}

.underPicture {
    width: 100%;
    height: 70vh;
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.ff {
    margin-left: -10px;
    overflow-x: hidden;
    width: calc(100% + 20px);
    max-width: 600px;
    position: relative;
}


.popup>h3 {
    margin-top: 0;
}

.episode.long {
    /* width: 80px; */
}

.bottom {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 30px);
    box-sizing: border-box;
}

.bottom.bottomSec {
    bottom: 50px;
}


.noteTab.season {
    min-width: 300px;
    padding: 0px 10px;
    border-radius:3px;
    margin: 10px;
}


.episode.guide {
    min-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: flex-start;
    margin-left: 10px;
}

.episode.guide>div {
    width: var(--itemWidth);
}