
/* viewport */

#viewport {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: url('../resources/img/cursor.png'), auto;
    z-index: 100;
    width: 100%;
    height: 100%;
}

#viewport #renderport {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
    cursor: url('../resources/img/cursor.png'), auto;
    transition: filter 2s ease;
}

#viewport #rive-renderport {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
    cursor: url('../resources/img/cursor.png'), auto;
    transition: filter 2s ease;
    z-index: 200;
}
