.PromoPlayerContainer {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 19px 38px 0 rgba(0, 0, 0, .3), 0 15px 12px 0 rgba(0, 0, 0, .22);
    font-family: Rubik;
    margin: 80px auto 0 auto;
    padding: 40px 40px 70px 40px;
    width: 800px;

    @media (max-width: 1024px) {
        padding: 40px 20px 80px 20px;
        width: 668px;
    }

    @media (max-width: 768px) {
        margin-top: 0;
        padding: 25px 20px 15px 20px;
        width: 100%;
    }

    &.PromoPlayerContainer-dark {
        background-color: rgba(0, 0, 0, .85);
    }

    &-background {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: blur(40px);
        height: calc(100% + 80px);
        left: -40px;
        position: fixed;
        top: -40px;
        width: calc(100% + 80px);
        z-index: -1;
    }
}
