
#Debug{min-width:300px;width:300px;top:100px!important;left:50%!important;margin-left:130px!important;}
body.debug #topleftData{display:block;}

@media(max-width:792px){:root{--width:100%;}
    .jackpots-wrapper {
        width: var(--width);
        margin: 1em auto;
        display: flex;
        flex-wrap: wrap;
        padding: 0.5em;
        justify-content: space-evenly;
    }
    
    .jackpots-wrapper .jp-container {
        font-size: 9px;
        flex-basis: 40%;
        width: 48%;
        flex: 1;
        margin: 0 0.3em 0.6em;
    }
}


div#content-area {
    background-image: url(../site/casino-assets/images/bg_crashgames.jpg);
    background-size: cover;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: var(--skin-color-1);
}
div#content-area:before{content:'';}
#gameWindow.fsmodal{position: fixed;top: 0!important;}
#gameWindow.fsmodal iframe{width: 100%!important;height: calc(100vh - 50px)!important;}


#gameWindow{
    position: fixed;
    z-index: -1;
    transition: 0.3s ease-out;
    top: 0px!important;
    bottom: 100vh;
    left: 0!important;
    right: 0;
    display: flex;
    align-items: center;
    background-image: url('');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
#gameWindow.showMe{
    opacity: 1;
    z-index: 1000;
    overflow: hidden;
    bottom: 0;
}
#gameWindow iframe {
    width: 1200px!important;
    height: 700px!important;
    background: transparent;
    margin: 0 auto;
    aspect-ratio: 6 / 4;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1em;
    box-shadow: 0px 4px 12px #000;
    border: 1px solid #0000007d;
}
#gameWindow .modaltoolbar{
    position:absolute;
    top:10;
    height:fit-content;
    width:fit-content;
    right:10px;
    color: white;
    font-size: 20px; 
    background: transparent;
    cursor: pointer;
} 
#gameWindow .modaltoolbar>span{
    margin-left: 1em;
    font-size: 2em;
    text-shadow: 1px 1px 3px #000;
}

div#gameCont {
    display: flex;
    flex-wrap: wrap;
}

.game2row .gameItm {
    flex: 0 0 calc(50% - 1em);
    margin: 0.5em;
    overflow: hidden;
    border-radius: 0.7em;
    box-shadow: 0px 2px 10px #000;
}

.provlogo img {
    height: 100%;
}

.provlogo {
    height: 2em;
    opacity: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
    background-image: linear-gradient(#fff 0%, #cfcfcf 100%);
    box-shadow: 0px 3px 5px #000;
}

.gameItm>img {
    width: 100%;
}
.mega_container h1 {
    max-width: 1200px;
    margin: 0 auto;
    background-color: var(--skin-color-1);
    color: var(--skin-color-1-txt);
    text-transform: uppercase;
    text-align: center;
    font-size: 8vw;
    padding: 0.3em;
}

div#mobile_cats {
    background-image: url(/site/casino-assets/images/bg_crashgames.jpg);
    background-size: cover;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: var(--skin-color-1);
}


@media screen and (orientation:landscape){
    .game2row .gameItm {flex:0 0 calc(25% - 1em)}
}
