.Poster {
    background: #000;
    height: 100%;
    position: relative;
    width: 100%;

    &-image {
        background: #000;
        height: 100%;
        object-fit: contain;
        width: 100%;
    }

    &-mask {
        background: rgba(0, 0, 0, .2);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    &-icon-container {
        align-items: center;
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    &-icon {
        align-items: center;
        border: 3px solid $white;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        height: 40px;
        justify-content: center;
        width: 40px;
    }

    & .Icons-play {
        fill: $white;
        height: 16px;
        margin-left: 2px;
        width: 16px;
    }
}
