.vjs-theme-fantasy {
    --vjs-theme-fantasy--primary: #D66E45;
    --vjs-theme-fantasy--secondary: #C85727;
}

.vjs-theme-fantasy button {
    font-size: inherit !important;
    letter-spacing: 0;
}

.vjs-theme-fantasy .vjs-big-play-button {
    width: 70px;
    height: 70px;
    background: none;
    line-height: 70px;
    font-size: 80px;
    border: 3px solid var(--vjs-theme-fantasy--primary) !important;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    color: var(--vjs-theme-fantasy--primary) !important;
}

.vjs-theme-fantasy:hover .vjs-big-play-button,
.vjs-theme-fantasy.vjs-big-play-button:focus {
    background-color: transparent;
    color: #D66E45;
}

.vjs-theme-fantasy .vjs-control-bar {
    height: 54px;
}

.vjs-theme-fantasy .vjs-button > .vjs-icon-placeholder::before {
    line-height: 54px;
}

.vjs-theme-fantasy .vjs-time-control {
    line-height: 54px;
}

/* Play Button */
.vjs-theme-fantasy .vjs-play-control {
    font-size: 1.1em !important;
    position: relative;
}

.vjs-theme-fantasy .vjs-volume-panel {
    order: 4;
}

.vjs-theme-fantasy .vjs-volume-bar {
    margin-top: 2.5em;
}

.vjs-theme-city .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
    height: 100%;
}

.vjs-theme-fantasy .vjs-progress-control .vjs-progress-holder {
    font-size: 1.5em;
}

.vjs-theme-fantasy .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.5em;
}

.vjs-theme-fantasy .vjs-play-control .vjs-icon-placeholder::before {
    height: 1.3em;
    width: 1.3em;
    margin-top: 0.2em;
    border-radius: 1em;
    border: 3px solid var(--vjs-theme-fantasy--primary);
    top: 2px;
    left: 9px;
    line-height: 1.1;
    color: var(--vjs-theme-fantasy--primary);
}

.vjs-theme-fantasy .vjs-play-control:hover .vjs-icon-placeholder::before {
    border: 3px solid var(--vjs-theme-fantasy--secondary);
}

.vjs-theme-fantasy .vjs-play-progress {
    background-color: var(--vjs-theme-fantasy--primary);
}

.vjs-theme-fantasy .vjs-play-progress::before {
    height: 0.8em;
    width: 0.8em;
    content: '';
    background-color: var(--vjs-theme-fantasy--primary);
    border: 4px solid #fff;
    border-radius: 0.8em;
    top: -0.25em;
}

.vjs-theme-fantasy .vjs-progress-control {
    font-size: 14px;
}

.vjs-theme-fantasy .vjs-fullscreen-control {
    order: 6;
}

.vjs-theme-fantasy .vjs-remaining-time {
    display: none;
}

/* Nyan version */
.vjs-theme-fantasy.nyan .vjs-play-progress {
    background: linear-gradient(to bottom, #fe0000 0%, #fe9a01 16.666666667%, #fe9a01 16.666666667%, #ffff00 33.332666667%, #ffff00 33.332666667%, #32ff00 49.999326667%, #32ff00 49.999326667%, #0099fe 66.6659926%, #0099fe 66.6659926%, #6633ff 83.33266%, #6633ff 83.33266%);
}

.vjs-theme-fantasy.nyan .vjs-play-progress::before {
    height: 1.3em;
    width: 1.3em;
    background: svg-load('icons/nyan-cat.svg', fill=var(--vjs-theme-fantasy--primary)) no-repeat;
    border: none;
    top: -0.35em;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before,
.vjs-theme-fantasy .vjs-play-control:hover .vjs-icon-placeholder::before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-enter:before {
    color: #D66E45;
}

.video-js .vjs-volume-level {
    background-color: var(--vjs-theme-fantasy--primary);
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    top: -3px;
    left: -6px;
    font-size: 5rem;
}

.vjs-loading-spinner {
    border: 6px solid rgb(200 87 39 / 70%);
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #df8f6f;
}
.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
    border-top-color: #db7e5a;
}


@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #df8f6f;
    }
    20% {
        border-top-color: #db7e5a;
    }
    35% {
        border-top-color: #d66e45;
    }
    60% {
        border-top-color: #db7e5a;
    }
    100% {
        border-top-color: #df8f6f;
    }
}
@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #df8f6f;
    }
    20% {
        border-top-color: #db7e5a;
    }
    35% {
        border-top-color: #d66e45;
    }
    60% {
        border-top-color: #db7e5a;
    }
    100% {
        border-top-color: #df8f6f;
    }
}
.modal-container .modal-content:hover .modal-close-cross {
    /*display: inline-block;*/
}
.modal-container .modal-content .modal-close-cross {
    /*display: none;*/
    color: #fff;
    /*background-color: rgba(0,0,0,.3);*/
    border-radius: 100%;
    width: 35px;
    height: 35px;
    font-weight: 700;
    top: 11px;
    right: 12px;
}