.player_div {
    width: 100%;
    float: left;
    position: relative;
}

.player_header {
    padding: 10px;
    background: repeating-linear-gradient(-55deg, #262e36, #262e36 10px, #151d25 10px, #151d25 20px);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border: 1px solid #000;
    text-align: center;
}

@media(min-width: 1024px) {
    .player-wrapper {
        float: left
    }
}

.player,
.player-wrapper {
    width: 100%;
}

@media(max-width: 359px) {

    .player,
    .player-wrapper {
        height: 180px
    }
}

@media(min-width: 360px) and (max-width:374px) {

    .player,
    .player-wrapper {
        height: 300px
    }
}

@media(min-width: 375px) and (max-width:411px) {

    .player,
    .player-wrapper {
        width: 355px;
        height: 300px
    }
}

@media(min-width: 412px) and (max-width:479px) {

    .player,
    .player-wrapper {
        height: 300px
    }
}

@media(min-width: 480px) and (max-width:639px) {

    .player,
    .player-wrapper {
        height: 300px
    }
}

@media(min-width: 640px) and (max-width:767px) {

    .player,
    .player-wrapper {
        height: 360px
    }
}

@media(min-width: 768px) and (max-width:799px) {

    .player,
    .player-wrapper {
        width: 748px;
        height: 432px
    }
}

@media(min-width: 800px) and (max-width:1023px) {

    .player,
    .player-wrapper {
        height: 450px
    }
}

@media(min-width: 1024px) and (max-width:1279px) {

    .player,
    .player-wrapper {
        height: 560px
    }
}

@media(min-width: 1280px) and (max-width:1365px) {

    .player,
    .player-wrapper {
        width: 100%;
        height: 495px
    }
}

@media(min-width: 1366px) {

    .player,
    .player-wrapper {
        height: 530px
    }
}

.episode-list {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
    border: 1px solid #000;
    background: radial-gradient(circle, transparent 20%, #151d25 20%, #151d25 80%, transparent 80%, transparent) 0% 0%/26px 26px, radial-gradient(circle, transparent 20%, #151d25 20%, #151d25 80%, transparent 80%, transparent) 13px 13px/26px 26px, linear-gradient(#262e36 2px, transparent 2px) 0px -1px/13px 13px, linear-gradient(90deg, #262e36 2px, #151d25 2px) -1px 0px/13px 13px #151d25;
    background-size: 26px 26px, 26px 26px, 13px 13px, 13px 13px;
    background-color: #151d25;
}

    .episode-list .btn-player {
        margin: 2px;
        display: inline-block;
        padding: 6px;
        border: 1px solid transparent;
        border-radius: 4px;
        width: 78px;
        cursor: pointer;
        color: #fff;
    }

    .episode-list .episode {
        background: var(--citrine);

    }

    .episode-list .active {
        background: #ff4c00;
        color: #fff;
    }

.gallery-preview-panel__content {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    text-align: center;
    margin: 8px 0 10px 8px;
}
.gallery-preview-panel__image {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.item-gallery{
    flex:1;
    
}
@media (min-width: 992px) {
    .item-gallery {
        max-width: 400px;
    }
}
.movie-detail-content{
    flex:2;
}
.wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    
}

h2 {
    font-family: sans-serif;
    color: #fff;
}

.carousel {
    width: 90%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

    .slick-slide img {
        width: 100%;
        border: 2px solid #fff;
        height:60px;
    }

.wrapper .slick-dots li button:before {
    font-size: 20px;
    color: white;
}
.slick-slide img:hover{
    border-width:1px;
    border-color:red;

}
.video-title {
    color: var(--citrine);
}
.hide {
    display: none;
}
