@font-face {
    font-family: 'moonbridge';
    src: url('https://cdn.jsdelivr.net/gh/TaylorLottner/CDN@master/TYPES/moonbridge/moonbridge.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/TaylorLottner/CDN@master/TYPES/moonbridge/moonbridge.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/TaylorLottner/CDN@master/TYPES/moonbridge/moonbridge.ttf') format('truetype')
}

code {
    font-family: 'Font Awesome 5 Free', "moonbridge", -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, Oxygen, Roboto, Helvetica, Arial, sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
}

@media (prefers-color-scheme: light) {
    :root {
        --main-background: rgba(245, 245, 245, .4);
        --search-bar-background: rgba(255, 255, 255, .4);
        --search-bar-border: 2px solid rgba(245, 245, 245, .4);
        --font-color: #000
    }
}

@media (prefers-color-scheme: dark) {
    :root {
        --main-background: rgba(50, 50, 50, .2);
        --search-bar-background: rgba(0, 0, 0, .2);
        --search-bar-border: 2px solid rgba(0, 0, 0, .08);
        --font-color: #FEFEFE;
    }

    .svg.icon {
        filter: invert(1) hue-rotate(180deg);
    }
}

*:not(#videoContainer *) {
    font-display: fallback;
    color: var(--font-color);
}

.bar.top {
    z-index: 99;
    position: fixed;
    height: 60px;
    width: 100vw;
    background: var(--main-background);
    backdrop-filter: blur(1.8rem);
    box-shadow: 0 4px 12px rgb(0 0 0 / 8%), 0 0 1px rgb(1 0 0 / 10%);
}

.bar.top>* {
    margin-left: 10px;
    /* line-height: 60px; */
    display: table-cell;
    vertical-align: middle;
}

.title>strong {
    font-size: 25px;
    line-height: 48px;
}

.title {
    position: relative;
    left: .5rem;
}

.title>span {
    font-size: 14px;
    line-height: 14px;
}

body>.container.left {
    display: inline-block;
    margin-top: 6rem;
    margin-left: .8rem;
    /* border: 2px solid red; */
    width: 60%;
    /* position: absolute; */
    position: absolute;
    left: 3rem;
}

.container.title {
    margin-bottom: 1rem;
}

body>.container.right {
    position: absolute;
    right: 2rem;
    top: 11.4rem;
    display: inline-block;
    /* border: 2px solid blue; */
    width: calc(100vw - 70%);
    /* overflow-x: hidden; */
}

.container.right>.container {
    overflow: hidden;
    margin-bottom: 1.6rem;
    padding: .6rem;
    background: var(--main-background);
    border-radius: 1rem;
    backdrop-filter: blur(1rem);
    -webkit-box-shadow: 0px 20px 60px 0px rgb(62 66 66 / 10%);
    -moz-box-shadow: 0px 20px 60px 0px rgba(62, 66, 66, 0.1);
    box-shadow: 2.9px 2.9px 20.4px -40px rgb(0 0 0 / 1%), 8px 8px 35.7px -40px rgb(0 0 0 / 2%), 19.3px 19.3px 48.8px -40px rgb(0 0 0 / 4%), 64px 64px 100px -40px rgb(0 0 0 / 7%), inset 0 3px 8px rgb(0 0 0 / 3%);
}

.container.right>.comment>.container {
    margin: .5rem;
    line-height: 32px;
    font-size: 18px;
}

.container.right>.comment>.container>.image {
    height: 32px;
    width: 32px;
    margin-right: 7px;
    background: url("../img/icon/coin.svg") no-repeat no-repeat;
    background-size: cover;
    background-position: 50%;
    display: inline-block;
}

.container.right>.comment>.container>.span {}

.playlist.container>a * {
    display: inline-block;
    text-overflow: ellipsis;
}

.playlist.container>a>span {
    margin-left: .8rem;
    line-height: 2rem;
}

.playlist.container>a>span>h2 {
    font-size: 21px;
}

.playlist.container>a {
    display: inline-block;
    margin: .8rem;
    white-space: nowrap;
    cursor: pointer;
    /* overflow-x: hidden; */
}

.playlist.container>a:not(:last-of-type) {
    display: inline-block;
    margin-bottom: .2rem;
}


.playlist.container>a::before {
    display: none;
}

.playlist.container>a>.image {
    height: 6rem;
    width: 10rem;
    background: url("../img/alt.webp") no-repeat no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: .6rem;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .07);
}

.playlist.container>a>.image:hover {
    transition: all .2s;
    transform: scale(1.1);
    cursor: pointer;
}


.more.bold {
    cursor: pointer;
    font-weight: 600;
}

.top.bar>.icon>img {
    /* position: absolute; */
    height: 60px;
    top: 0;
    margin-right: 1rem;
}

.top.bar>.icon.btn>img {
    /* position: absolute; */
    height: 30px;
    top: 0;
}

.dropdown.container {
    padding: 0.4rem 1rem 1.8rem 1rem;
    margin-top: 2rem;
    background: var(--main-background);
    border-radius: 1rem;
    backdrop-filter: blur(1rem);
    -webkit-box-shadow: 0px 20px 60px 0px rgb(62 66 66 / 10%);
    -moz-box-shadow: 0px 20px 60px 0px rgba(62, 66, 66, 0.1);
    box-shadow: 2.9px 2.9px 20.4px -40px rgb(0 0 0 / 1%), 8px 8px 35.7px -40px rgb(0 0 0 / 2%), 19.3px 19.3px 48.8px -40px rgb(0 0 0 / 4%), 64px 64px 100px -40px rgb(0 0 0 / 7%), inset 0 3px 8px rgb(0 0 0 / 3%);
}

#copyright {
    text-align: center;
    vertical-align: middle;
    display: block;
    width: 28rem;
    margin: 1rem auto;
    padding: .4rem;
    border-radius: .8rem;
    background: var(--main-background);
    backdrop-filter: blur(1rem);
    -webkit-box-shadow: 0px 20px 60px 0px rgb(62 66 66 / 10%);
    -moz-box-shadow: 0px 20px 60px 0px rgba(62, 66, 66, 0.1);
    box-shadow: 2.9px 2.9px 20.4px -40px rgb(0 0 0 / 1%), 8px 8px 35.7px -40px rgb(0 0 0 / 2%), 19.3px 19.3px 48.8px -40px rgb(0 0 0 / 4%), 64px 64px 100px -40px rgb(0 0 0 / 7%), inset 0 3px 8px rgb(0 0 0 / 3%);
}

img.blur {
    height: 4rem;
    position: relative;
    /* top: -10px; */
    left: -7.2rem;
    border-radius: .6rem;
    /* display: block; */
    opacity: .6;
    filter: blur(20px) opacity(70%);
    z-index: 1;
    transition-delay: .05s;
    transition: transform .3s ease-in-out;
    /* transform: scale(0); */
}

img.thumbnail:hover+.blur {
    transform: scale(1);
}

.container.control {
    padding-left: 1rem;
    padding-top: 1rem;
    filter: brightness(.9) contrast(1.1);
}

.container.control img {
    cursor: pointer;
    margin-right: .3rem;
    height: 32px;
}

.container.control span>abbr {
    font-size: 20px;
    position: relative;
    bottom: 8px;
}

.container.control span {
    margin-right: 2rem;
}

blockquote .title img {
    height: 28px;
}

blockquote .title span {
    font-size: 20px;
    /* position: absolute; */
    /* left: 48px; */
    margin-left: .8rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.container.control .right.container {
    text-align: end;
    position: absolute;
    right: 1rem;
}

.container.control>.container {
    display: inline-block;
}

.top.bar .icon a {
    position: relative;
    font-size: 20px;
    bottom: 1.4rem;
    right: 1rem;
    font-weight: 600;
}


html,
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

*:not(.sv-progressBar *) {
    animation: anim 5s infinite alternate;
    /* -webkit-animation: load 1s ease infinite; */
    /* animation: load 1s ease infinite; */
    transition-timing-function: linear;
    transition: all .5s ease-out;
}

#videoContainer {
    background: var(--main-background);
    width: 100%;
    /* height: calc(33.75vw - 2rem); */
    border-radius: 1rem;
    /* -webkit-box-shadow: 0px 20px 60px 0px rgba(62, 66, 66, 0.1);
    -moz-box-shadow: 0px 20px 60px 0px rgba(62, 66, 66, 0.1);
    box-shadow: 0px 20px 60px 0px rgba(62, 66, 66, 0.1); */
    box-shadow:
        2.9px 2.9px 20.4px -40px rgba(0, 0, 0, 0.009),
        8px 8px 35.7px -40px rgba(0, 0, 0, 0.021),
        19.3px 19.3px 48.8px -40px rgba(0, 0, 0, 0.038),
        64px 64px 100px -40px rgba(0, 0, 0, 0.07);
    overflow: hidden;

}

.sv-control {
    cursor: default;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.sv-progressBar,
.sv-progressBtn,
.sv-cacheProgress,
.sv-progressNum,
.sv-mute-sliderRange,
.sv-mute-button,
.menu,
.menu-button,
.menu-button--black,
.menu-button--checked,
.menu-button--delete,
.menu-button--green,
.menu-button--orange,
.menu-button--purple,
.menu-item,
.menu-list,
.menu-sub-list,
.menu-toggle {
    animation: none;
    -webkit-transition: none;
    transform: none;
    /* -webkit-animation: load 10ms ease infinite; */
    /* animation: load 1s ease infinite; */
    /* transition-timing-function: linear; */
    /* transition: all 0 ease-out; */
    /* transition: all 50ms linear 0; */
    /* -o-transition: all 500ms linear 0; */
    /*兼容parsto内核*/
    /* -moz-transition: all 50ms linear 0; */
    /*兼容gecko内核*/
    /* -webkit-transition: all 50ms linear 0; */
    /*兼容webkit内核*/
}

* {
    /* font-family: 'IBM Plex Sans Condensed', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; */
    transition: all 200ms linear 20ms;
    -o-transition: all 200ms linear 20ms;
    /*兼容parsto内核*/
    -moz-transition: all 200ms linear 20ms;
    /*兼容gecko内核*/
    -webkit-transition: all 200ms linear 20ms;
    /*兼容webkit内核*/
}

*:not(input, textarea, .message-content, span) {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
}

textarea {
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
    resize: none;
}

@font-face {
    font-family: 'iconfont';
    /* project id 1867770 */
    src: url('https://at.alicdn.com/t/font_1867770_bbu36krq0db.eot');
    src: url('https://at.alicdn.com/t/font_1867770_bbu36krq0db.eot?#iefix') format('embedded-opentype'),
        url('https://at.alicdn.com/t/font_1867770_bbu36krq0db.woff2') format('woff2'),
        url('https://at.alicdn.com/t/font_1867770_bbu36krq0db.woff') format('woff'),
        url('https://at.alicdn.com/t/font_1867770_bbu36krq0db.ttf') format('truetype'),
        url('https://at.alicdn.com/t/font_1867770_bbu36krq0db.svg#iconfont') format('svg');
}

.sv-target video {
    /*background-color: rgba(235,235,235,.2);*/
    /*-webkit-animation: 1s calc(var(--opacity) * -.01s) 1 paused both opacify;*/
    /*animation: 1s calc(var(--opacity) * -.01s) 1 paused both opacify;*/
    /*-webkit-backdrop-filter: blur(1.2rem);*/
    backdrop-filter: blur(1.2rem);
    background: var(--main-background);
}

.sv-font {
    font-family: 'iconfont';
}

.sv-play {
    color: #ffffff;
    font-size: 20px;
}

.sv-fontBtn {
    color: #ffffff;
    font-size: 20px;
}

.sv-next {
    color: #ffffff;
    font-size: 20px;
}

.sv-fullScreen {
    color: #ffffff;
    font-size: 20px;
}

.sv-cancelFull {
    color: #ffffff;
    font-size: 20px;
}

.sv-target {
    position: relative;
}

.sv-control {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    background-color: rgba(0, 0, 0, 0.3);
    /*-webkit-animation: 1s calc(var(--opacity) * -.01s) 1 paused both opacify;*/
    /*animation: 1s calc(var(--opacity) * -.01s) 1 paused both opacify;*/
    /*-webkit-backdrop-filter: blur(.36rem);*/
    /*backdrop-filter: blur(.36rem);*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sv-play-container {
    height: 100%;
    /* background-color: royalblue; */
    display: flex;
    flex-direction: row;
    padding-right: 10px;
}

.sv-control-r {
    height: 100%;
    /* background-color: royalblue; */
    display: flex;
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
}

.sv-play-container button.sv-playBtn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 10px;
    outline: none;
    color: inherit;
    text-align: inherit;
    font: inherit;
    line-height: inherit;
    margin-left: 10px;
}

.sv-control-r button.showMute {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 10px;
    outline: none;
    color: inherit;
    text-align: inherit;
    font: inherit;
    line-height: inherit;
    position: relative;
}

.sv-time {
    height: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
}

.sv-time-split {
    padding: 0 4px;
}

.sv-mutePanel {
    -webkit-animation: 1s calc(var(--opacity) * -.01s) 1 paused both opacify;
    animation: 1s calc(var(--opacity) * -.01s) 1 paused both opacify;
    -webkit-backdrop-filter: blur(.36rem);
    backdrop-filter: blur(.36rem);
    position: absolute;
    top: -120px;
    left: 0;
    width: 30px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    padding: 16px 6px;
    border-radius: .4rem;
}

.sv-mute-num {
    width: 100%;
    height: 20px;
    background-color: transparent;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    margin-bottom: 4px;
}

.sv-mute-slider {
    border-radius: 1rem;
    flex: 1;
    width: 3px;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}

.sv-mute-sliderRange {
    border-radius: 1rem;
    /*border-radius: .6rem;*/
    width: 100%;
    background-color: rgb(244, 72, 128);
}

.sv-control-r button.sv-mute-button {
    position: absolute;
    top: 0;
    left: -4.5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 10;
    background-color: rgb(244, 72, 128);
    border: 0;
    cursor: pointer;
    outline: none;
}

.sv-progressBar {
    position: absolute;
    top: 0;
    left: 2%;
    width: 96%;
    height: 2px;
    background-color: hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    cursor: pointer;
}

.sv-cacheProgress {
    width: 0%;
    height: 100%;
    background-color: #7a7878;
    border-radius: 4px;
}

.sv-progressNum {
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    background-color: rgb(244, 72, 128);
}

.sv-progressBtn {
    position: absolute;
    left: 0%;
    top: -8px;
    width: 24px;
    height: 24px;
    background: url("../gold.svg") no-repeat no-repeat;
    cursor: pointer;
}

.sv-progressBtn>div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(244, 72, 128);
    margin-top: 2.6px;
    margin-left: 2.8px;
    display: none;
}

.hide {
    display: none !important;
}

.sv-full-screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sv-loading {
    /* width: 60px;
    height: 60px; */
    position: absolute;
    left: 48%;
    top: 48%;
}

.sv-loading span {
    display: inline-block;
    width: 4px;
    height: 100%;
    border-radius: 4px;
    background: rgb(244, 72, 128);
    -webkit-animation: load 1s ease infinite;
    animation: load 1s ease infinite;
}

@-webkit-keyframes load {

    0%,
    100% {
        height: 20px;
        background: rgb(244, 72, 128);
    }

    50% {
        height: 40px;
        margin: -15px 0;
        background: lightblue;
    }
}

.sv-loading span:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sv-loading span:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sv-loading span:nth-child(4) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sv-loading span:nth-child(5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

/* 弹幕 */
.sv-brrage {
    position: absolute;
    padding: 4px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    width: auto;
    word-wrap: break-word;
    max-width: 500px;
    min-width: 100px;
}

.sv-brrage-center {
    text-shadow: rgb(0, 0, 0) 1px 0px 1px, rgb(0, 0, 0) 0px 1px 1px, rgb(0, 0, 0) 0px -1px 1px, rgb(0, 0, 0) -1px 0px 1px;
}

.sv-el-control-style {
    padding-right: 10px;
    padding-left: 10px;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.sv-nextBtn {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    text-align: inherit;
}

.sv-speedBtn {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    text-align: inherit;
    position: relative;
}

.sv-speedBtn .sv-speed-btn {
    -webkit-animation: 1s calc(var(--opacity) * -.01s) 1 paused both opacify;
    animation: 1s calc(var(--opacity) * -.01s) 1 paused both opacify;
    -webkit-backdrop-filter: blur(.36rem);
    backdrop-filter: blur(.36rem);
    position: absolute;
    bottom: 54px;
    left: -10px;
    padding: 10px;
    border-radius: .4rem;
    background-color: rgba(0, 0, 0, 0.4);
    /* box-sizing: border-box;
    border: 1px solid #ffffff; */
}

.sv-speedBtn .sv-speed-btn ul {
    padding: 0;
    margin: 0;
}

.sv-speedBtn .sv-speed-btn ul li {
    list-style: none;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}

.sv-speedBtn .sv-speed-btn ul li:hover {
    color: rgb(244, 72, 128);
}

.sv-active {
    color: rgb(244, 72, 128) !important;
}

.sv-control-c {
    height: 100%;
}

/* 弹幕控件 */
.sv-barrage {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    position: relative;
    /* right: 3rem; */
}

.sv-barrage-a {
    height: 1.625rem;
}

.sv-barrage-input {
    height: 1.28rem;
    outline: none;
    padding: 6px 30px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    /* border: 0.0625rem solid #333333; */
    border: none;
    /* border-left: 1px solid #333333; */
    /* border-bottom: 1px solid #333333; */
    /* border-right: 1px solid rgb(244, 72, 128); */
    background: rgba(0, 0, 0, .2);
    font-size: 12px;
    color: #fff;
}

.sv-barrage-button {
    height: 2rem;
    background-color: rgb(244, 72, 128);
    color: #fff;
    width: 3.75rem;
    min-width: 3.75rem;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    /* border-top: 1px solid #333333; */
    /* border-right: 1px solid #333333; */
    /* border-bottom: 1px solid #333333; */
    border: none;
    border-left: 1px solid rgb(244, 72, 128);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
}

.sv-barrage-button:hover {
    background-color: rgb(216, 48, 96);
    border-left: 1px solid rgb(216, 48, 96);
}

.sv-barrage-font {
    position: absolute;
    left: 0.375rem;
    top: 1rem;
    cursor: pointer;
}

.sv-apanel {
    position: absolute;
    bottom: 3.375rem;
    left: -0.625rem;
    padding: 10px;
    /*border-radius: 0.25rem;*/
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-animation: 1s calc(var(--opacity) * -.01s) 1 paused both opacify;
    animation: 1s calc(var(--opacity) * -.01s) 1 paused both opacify;
    -webkit-backdrop-filter: blur(.36rem);
    backdrop-filter: blur(.36rem);
    border-radius: .4rem;
    background-color: rgba(0, 0, 0, 0.4);
    width: 12.5rem;
    height: 6.25rem;
    display: flex;
    flex-direction: column;
    color: #fff;
    z-index: 99999;
}

.sv-apanel-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sv-apanel-item span {
    font-size: 0.75rem;
}

.sv-apanel-item ul {
    margin: 0;
    padding: 0;
    margin-top: 0.5rem;
}

.sv-apanel-item ul li {
    border-radius: .2rem;
    list-style: none;
    background-color: #fff;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0.25rem;
    float: left;
    cursor: pointer;
}

.activeColor {
    box-sizing: border-box;
    border: 0.125rem solid #ffff;
}

*:not(.container) {
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
    transition: all 300ms linear 50ms;
    -o-transition: all 300ms linear 50ms;
    /*兼容parsto内核*/
    -moz-transition: all 300ms linear 50ms;
    /*兼容gecko内核*/
    -webkit-transition: all 300ms linear 50ms;
    /*兼容webkit内核*/
}


@media screen and (max-width: 1360px) {
    body>.container.right {
        display: none;
    }

    body>.container.left {
        width: 80%;
    }

    #videoContainer {
        width: calc(100vw - 7.2rem);
        height: calc(calc(100vw - 8rem) * 0.5);
    }

    .dropdown.container {
        width: calc(100vw - 9.2rem);
    }

}

abbr {
    line-height: 3rem;
}

blockquote .title {
    margin-bottom: 1rem;
}

#videoContainer .video-js {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1.001);
}

#video,
#video>div.vjs-poster,
#video>div.vjs-text-track-display {
    /* width: 100%; */
    height: 100%;
}

/* .vjs-control-bar {
background-color: unset !important;
background-image: linear-gradient(0deg, rgba(0, 0, 0, .3), transparent);
}

*/
.video-js .vjs-slider,
.vjs-load-progress,
.vjs-play-progress,
.vjs-slider-bar,
#video>div.vjs-control-bar>div.vjs-progress-control.vjs-control>div>div.vjs-load-progress>div,
.vjs-volume-level {
    border-radius: 1rem;
}

.vjs-play-control,
.vjs-control,
.vjs-button {
    cursor: pointer;
}

select {
    background: rgba(0, 0, 0, 0);
    border: none;
    font-size: 14px;
    line-height: 1rem;
    color: #FFF;
    position: relative;
    bottom: 1px;
    right: 3.6px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* div.control.container.center>div>span.btn>img {
    filter: grayscale(1) contrast(2) brightness(0);
} */

/* @media (prefers-color-scheme: light) {
    .container.control img {
        filter: grayscale(1) contrast(2) brightness(0) drop-shadow(0 2px 3px rgba(0, 0, 0, .3));
    }
} */

@media only screen and (max-width: 720px) {

    body>.container.left {
        margin-top: 4.8rem;
    }

    .container.right>.container {
        overflow: unset;
    }

    #videoContainer {
        border-radius: 0;
        width: 100%;
        height: fit-content;
    }

    body>.container.left {
        margin-left: 0;
        width: 100%;
        left: 0;
    }

    body>.container.right>.playlist,
    .right.container {
        display: block;
        border-radius: 0;
        width: 100%;
        height: fit-content;
        margin: 0;
        background: none;
        position: absolute;
        top: calc(.5rem + 56vw);
        left: 0;
        box-shadow: none;
    }

    .title.container {
        /* text-align: center; */
        position: absolute;
        top: calc(.5rem + 56vw);
        margin: .8rem;
    }

    .dropdown.container,
    .comment.container {
        display: none;
    }

    body>.container.right {
        display: block;
    }

    footer {
        display: none !important;
    }
}

.video-js .vjs-play-progress:before {
    top: -0.5em !important;
}
