.film-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
}
.film-layer.film-detail-film-layer .film-layer__inner {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 100% !important;
    bottom: 0;
}
.film-info-container {
    /*    max-width: 1280px;
        margin: auto; 
        position: absolute;
        left: 0;*/
}

.film-layer__inner {
    position: fixed;
    top: 0;
    left: 0 !important;
    margin: 0 auto;
    width: 100%;
    /*    height: 55.5vw;*/
    /*    max-height: 720px;*/
    /*    max-height: 55.5vw;*/
    /*    max-width: 1280px;*/
    margin: auto;
    /*    max-width: none;*/
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.page-home .film-layer__inner {
    height: 100%;
    /*    max-height: 55.5vw;*/
    margin: auto;
}

.film-layer__video-close {
    position: absolute;
    z-index: 8998 !important;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
    padding: 0 0 0 4px;
    font-size: 14px;
    font-weight: bold;
    content: url(../../media/images/img_close.png);
    /*    background-image: url("images/img_close.png");*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: auto;
}
.film-layer__title {
    position: absolute;
    z-index: 1;
    left: 90px;
    color: #ffffff;
    /* top: 10px; */
    font-size: 18px;
    line-height: 1em;
    width: 70%;
    letter-spacing: 0.01em;
    bottom: 23px;
}

.content-container {
    margin-top: 40px;
}

.film-layer__meta {
    visibility: hidden;
    display: none;

    position: absolute;
    z-index: 1;
    right:0;
    bottom:0;
    background: #FFFFFF;
    padding: 15px 140px 10px 22px;
    min-height: 52px;
    min-width: 248px;
}

.film-layer__meta__duration {
    position: absolute;
    right: 21px;
    top: 17px;
    letter-spacing: 0.01em;
}

.film-layer .radial-gradient-layer {
    z-index: 0;
}

.film-layer__meta__recommend {
    display: block;
}

.vjs-big-play-button {
    background-color: rgb(208,185,107);
    /*    background-image: url("images/mc-play.svg");*/
    top: auto !important;
    right: auto !important;
    bottom: 20px !important;
    left: 20px !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    width: 50px !important;
    height: 50px !important;
    border:0;
}

.film-layer  vjs-big-play-button:disabled {
    opacity: 0.5;
}

.film-layer__video-info-btn {
    font-size: 14px;
    font-weight: bold;
    background-image: url("images/img_info.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: auto;

    display: block;
    position: absolute;
    right: 65px;
    top: 16px;
    width: 35px;
    height: 35px;
    z-index: 8998 !important;
}

.film-layer--playing .film-layer__meta,
.film-layer--playing .film-layer__title,
.film-layer__video-info-btn {
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.film-layer--playing .film-layer__meta,
.film-layer--playing .film-layer__title {
    margin-bottom: 30px;
}

.film-layer--playing .vjs-user-active ~ .film-layer__video-info-btn,
.film-layer--playing .film-layer__meta.active,
.film-layer--playing .film-layer__title.active,
.film-layer--playing .vjs-paused ~ .film-layer__video-info-btn,
.film-layer--playing .vjs-paused ~ .film-layer__meta.active,
.film-layer--playing .vjs-paused ~ .film-layer__title.active {
    opacity: 1;
}
.video-playing .play-button-container.col-lg-5 {
    position: static !important;
}


@media screen and (min-width: 769px) {
    .film-layer {
        top: 6px;
    }
    
    .film-layer__title {
        font-size: 23px;
        line-height: 1.25em;
        font-weight: bold;
    }
    .film-layer__title {
        width: 420px;
    }
    .film-layer__meta {
        visibility: visible;
        display: block;
    }

    .film-layer__video-close {
        width: 45px;
        height: 45px;
    }
}

@media screen and (min-width: 1200px) {
    .film-layer .film-layer__inner {
        max-width: 900px;
    }

    .film-layer .film-layer__inner {
        max-width: none;
        width: 70% !important;
        height: 70% !important;
    }

    .film-layer .film-layer__title {
        left: 112px;
        top: auto;
        bottom: 23px;
    }

}

@media screen and (min-width: 1400px) {
    .film-layer .film-layer {
        top: 3px;
    }
    .film-layer .film-layer__inner {
        max-width: 1280px;
    }
    .page-home .film-layer .film-layer__inner {
        max-width: 1600px;
    }
}
