.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dir-rtl {
    direction: rtl;
}

.mn-video-item .mn-play-icon-container {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 50%;
    border: 0;
    left: 50%;
    width: 4rem;
    height: 4rem;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 8;
}

.mn-video-item .mn-play-icon {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    mask: url(../icons/play-icon.svg) no-repeat center / contain;
    -webkit-mask: url(../icons/play-icon.svg) no-repeat center / contain;
}

.mn-user-without-video {
    text-align: center;
    background: #F6E1C2;
    padding: 5px;
}