<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.games-table:before {
    content: '';
    position: absolute;
    top: -330px;
    left: 0;
    background-image: url('./../assets/images/hand_02.png');
    background-position-x: -45px;
    width: 100%;
    height: 630px;
    background-repeat: no-repeat;
    z-index: -1;
}

.games-table:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -140px;
    background-image: url('./../assets/images/hand_01.png');
    width: 480px;
    height: 630px;
    background-repeat: no-repeat;
    z-index: -1;
}


/***** Mobile + tablet ******/
@media screen and (max-width: 991px) {
   
}
</pre></body></html>