mor-video{
    display: block;
    user-select: none;
    width: 100%;

    > video{
        width: 100%;
        background: @colorBlack;
        display: flex;
    }

    &.st-normal{}

    // default status
    &{
        .st-normal;
    }
}
