﻿PlayerScreen {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: none;
    opacity: 1;

    &.hide {
        opacity: 0;
    }
}