#small_24 {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 500px;
    height: 500px;
    padding: 0px !important;
/*    background-color: rgba(0, 0, 0, 0.3);*/
    display: none;
/*    overflow: hidden;
    text-overflow: clip;*/
}

#bg_24 {
    background-image: url('bg_blurred.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
}

#svg_24 {
    position: absolute;
    fill: #e62429;
}

#svg_mask_24 {
    position: absolute;
}

#cta1_24 {
    position: absolute;
    left: 94px;
    top: 315px;
    width: 280px;
    height: 90px;
    background-image: url('cta1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#circle_24 {
    position: absolute;
    width: 500px;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-overflow: clip;
    border-radius: 250px;
}

.mask_24 {
    -webkit-clip-path: url(#shape);
    clip-path: url(#shape);
}

.ico_24 {
    position: absolute;
    left: 458px;
    top: 259px;
    color: white;
    opacity: 0;
}


#screenOnTop_24 {
    width:  960px;
    height:  200px;
/*    top:  540px;*/
    position: absolute;
    z-index: 999999999;
    opacity: 0;
    cursor: pointer;
}



#seatsCont_24 {
    position: absolute;
    /*bottom: 0px;*/
    height: 605px;
    width: 1600px;
    z-index: 999999998;
}






/*  FLEX CONTENT   s t a r t  */

#wrapper_24 {
    align-items: center;
    justify-content: center;
/*    padding: 10px;*/
    background-color: black;
}

#stuff_24 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    max-width: 60%;
    height: 100%;
    position: relative;
    flex-grow: 1;
    gap: 1%;
    opacity: 0
}

#screen_24 {
    flex-grow:2.5;
    width: 100%;
    position: relative;
/*    background-color: blue;*/
}

#playerCont_24 {
    position: absolute;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
}

#logo_24 {
    width: 100%;
    flex-grow: 0.8;
    background-image: url(logo.png);
    min-height: 60px;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

/*    background-color: red;*/
}

#info_24 {
    width: 100%;
    flex-grow:0.9;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
/*    background-color: green;*/
    gap: 15px;
}

#date_24 {
    flex-grow:1;
    cursor: pointer;
    background-image: url(date.png);
    background-size: contain;
    background-repeat: no-repeat;
/*    background-color: pink;*/
    height: 100%;
    background-position: center;
}

#ctaFinal_24 {
    flex-grow:1;
    cursor: pointer;
    background-image: url(ctaFinal.png);
    background-size: contain;
    background-repeat: no-repeat;
/*    background-color: yellow;*/
    height: 100%;
    background-position: center;
}

#bottom_24 {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 60%;
/*    background-color: rgba(111, 111, 111, 0.5);*/

    opacity: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}

#mario_big_24 {
    position: absolute;
    width:40%;
    height:50vw;
    left: 1%;
    bottom: -10vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(mario.png);
}

#princess_24 {
    position: absolute;
    width:30%;
    height:35vw;
    right: -5%;
    bottom: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(princess.png);
    background-position: center bottom;
}

#child_24 {
    position: absolute;
    width:18%;
    height:18vw;
    right: 13%;
    bottom: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(child.png);
    background-position: center bottom;
}


.f_24{
    display: flex !important;
}

/*  FLEX CONTENT   e n d  */






#game_24 {
/*    background-color: rgba(0, 0, 0, 0.1);*/
/*    border: 1px solid rgba(0, 0, 0, 0.15);*/
    position: absolute;
}

#shade_24 {
    position: absolute;
    background-image: url(shade.png);
    width: 100%;
    height: 100%;
}

#platform1_24 {
    position: absolute;
    width: 480px;
    height: 160px;
    bottom: -15px;
    background-image: url(platform1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.yellow_block_24 {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(b5.png);
}
.yellow_block_2_24 {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(b6.png);
}

#b1_24 {
    left: 60px;
    top: 50px;
}
#b2_24 {
    left: 120px;
    top: 50px;
}
#b3_24 {
    left: 180px;
    top: 50px;
}

#mario_24 {
    position: absolute;
    width: 80px;
    height: 160px;
    left: 10px;
    top: 160px;
/*    background-image: url(mario/m1.png);*/
    background-image: url(mario.gif);
    background-size: contain;
}


.draw_24 {
    position: absolute;
    width: 5px;
    height: 5px;
/*    background-color: rgba(88, 111, 66, 0.65);*/
}

#coin_24 {
    width: 50px;
    height: 50px;
    left: 185px;
    top: 56px;
    position: absolute;
    background-image: url(coin.gif);
    background-size: contain;
    opacity: 0;
}
#mushroom_24 {
    width: 50px;
    height: 50px;
    left: 63px;
    top: 56px;
    position: absolute;
    background-image: url(mushroom.png);
    background-size: contain;
    opacity: 0;
}

#tunnel_24 {
    position: absolute;
    width: 128px;
    height: 129px;
    left: 324px;
    top: 178px;
    background-image: url(tunnel.png);
    background-size: contain;
}

.z1_24 {
    z-index: 100000;
}
.z2_24 {
    z-index: 200000;
}




#canvas_24 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width:  1000px;
    height:  667px;
}
.plane {
    width: 90%;
    height: 100%;
    margin-top: -40px;
    margin-left: 50px;
}
.plane img {
    display: none;
}

#curtains_24 {
    position: absolute;
    margin: 0;
    overflow: hidden;
    z-index: 999999998;
    width:  1000px;
    height:  667px;
    background-color: rgba(0,111,55, 0.25);
}


.curtain_24 {
    position: absolute;
    background-image: url(curtains.png);
    width: 1066px;
    height: 1000px;
}



.side_24 {
    position: absolute;
}


#coverTop_24 {
    width: 100%;
    height:  66px;
    background-color: black;
    position: absolute;
}
#coverBot_24 {
    width: 100%;
    height:  66px;
    bottom: 0px;
    background-color: black;
    position: absolute;
}

#posters_24 {
    cursor:  pointer;
}

#lights_24{
    position: absolute;
    width:  100%;
    height:  100%;
    background: linear-gradient(-45deg, #170033, #551872, #9b648c, #a9919e, #6e287a, #9b648c, #551872, #170033, #170033, #551872, #9b648c, #a9919e, #6e287a, #9b648c, #551872, #170033, #170033, #551872, #9b648c, #a9919e);
    background-size: 400% 400%;
    animation: gradient 20s ease infinite;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}









/*///////////////////////////////////////*/


#dragEl_24 {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url(empty.png) !important;
}

#close_btn_24 {
    position: absolute !important;
    width: 93px !important;
    height: 93px !important;
    top: -10px !important;
    right: -10px !important;
    background-image: url(close_btn.png) !important;
    cursor: pointer !important;
    /*background-color: red;*/
    z-index: 9999999 !important;
}

#close_small_btn_24 {
    position: absolute !important;
    width: 60px !important;
    height: 60px !important;
    top: 10px !important;
    right: 10px !important;
    background-image: url(close_btn.png) !important;
    cursor: pointer !important;
    /*background-color: red;*/
    z-index: 9999999 !important;
    background-size: contain;
}

#close_ad_btn_24 {
    position: absolute !important;
    width: 60px !important;
    height: 60px !important;
    top: 0px !important;
    right: 0px !important;
    background-image: url(close_btn.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer !important;
    /*background-color: red;*/
    z-index: 9999999 !important;
}

#big_close_btn_24 {
    position: absolute !important;
    width: 93px !important;
    height: 93px !important;
    top: 20px !important;
    right: 20px !important;
    background-image: url(close_btn.png) !important;
    opacity: 0;
}
#fullscreen_btn_24 {
    position: absolute !important;
    width: 93px !important;
    height: 93px !important;
    /*top: -20px !important;*/
    /*right: -20px !important;*/
    top: 0px;
    right: 0px;
    background-image: url(fullscreen_btn.png) !important;
    cursor: pointer !important;
    /*display: none;*/
    z-index: 9999998 !important;
}

#ad_24 {
    /*background-color:  #4d4e50;*/
    width: 100%;
    height: 100%;
    position: fixed !important;
    border: 0px solid #CCC !important;
    -webkit-perspective: 1000px !important;
    -moz-perspective: 1000px !important;
    -o-perspective: 1000px !important;
    perspective: 1000px !important;
    z-index: 9999999 !important;
    /*cursor: grab !important;*/

    left: 0px;
    top: 0px;
    bottom:  0px;
    right:  0px;

    /*bottom: 20px;*/
    /*right: 20px;*/
    display: none;

    overflow: hidden;
    text-overflow: clip;

    /*background-color: gray;*/
}



.rct {
    width: 150px !important;
    height: 160px !important;
    position: absolute !important;
}

.noDisplay_24 {
    display: none;
}

.noDisplay {
    display: none;
}

.noEvents{
  pointer-events: none !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.fs_24 {
    position: absolute;
    width: 100%;
    height: 100%;
}









/*@media (orientation: landscape) {
  body {
    flex-direction: row;
  }
}*/

@media (orientation: portrait) {


    #stuff_24 {
        max-width: 95%;
    }

    #logo_24 {
        flex-grow: 2;
    }

    #screen_24 {
        flex-grow: 2;
    }

    #info_24 {
        flex-grow: 3;
        flex-direction: column;
        justify-content: flex-start;
        gap: 1%;
    }

    #date_24 {
        width: 50%;
        max-height: 7vh;
    }

    #ctaFinal_24 {
        width: 50%;
        max-height: 5vh;
    }

    #bottom_24 {
        height: 70%;
    }

    #mario_big_24 {
        left: -3%;
        width: 60%;
        height: 70vh;
        bottom: -37vh;
    }

    #princess_24 {
        width: 60%;
        height: 45vh;
        right: -10vw;
    }

    #child_24 {
        width: 35%;
        height: 18vh;
        right: 30vw;
    }
}