.PlayerPreviewMask {
    background: white;
    display: table;
    height: inherit;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: inherit;

    &-text {
        display: table-cell;
        font-size: medium;
        font-weight: bold;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }
}
