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

#shade_24 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
}

#fly1_cont_24 {
    position: absolute;
}


#fly2_cont_24 {
    position: absolute;
    width: 100%;
    height: 100%;
}

#fly_obj_24 {
    width: 250px;
    height: 250px;
    margin-top: -125px;
    margin-left: -125px;
}

#fly_side_24 {
    visibility: visible !important;
}

.fly_24 {
    position: absolute;
    width: 250px;
    height: 250px;
    visibility: hidden;
}

#f1_24 { background-image: url(fly/f1.png); }
#f2_24 { background-image: url(fly/f2.png); }
#f3_24 { background-image: url(fly/f3.png); }
#f4_24 { background-image: url(fly/f4.png); }
#f5_24 { background-image: url(fly/f5.png); }
#f6_24 { background-image: url(fly/f6.png); }
#f7_24 { background-image: url(fly/f7.png); }
#f8_24 { background-image: url(fly/f8.png); }


#bg_24 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(bg.jpg);
    background-size: cover;
    background-position: center;
    visibility: hidden;
}





#top_24 {
    height: 3%;
}

#bot_24 {
    height: 5%;
}



#video_logo_24 {
    visibility: hidden;
}

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

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

#logo_wish_24 {
    width: 100%;
    flex-grow: 0.8;
/*    background-image: url(logo_wish.png);*/
    min-height: 50px;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    justify-items: center;
    justify-content: center;
    align-items: center;
}


#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%);
}









.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;
}

#playerCont_24 > iframe {
    box-shadow: 0px 10px 35px rgba(178, 209, 255, 0.65);
}

/*  FLEX CONTENT   s t a r t  */

.fc_24{
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

#playerCont_24 {
    position: absolute;
    
/*    width: 100%;*/
/*    height: 100%;*/
}



.f_24{
    display: flex !important;
}

/*  FLEX CONTENT   e n d  */




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



#canvas_24 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}










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


#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;
}

#gameCtaArea_24 {
    cursor: move;
}

#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_24 {
    width: 150px !important;
    height: 160px !important;
    position: absolute !important;
}

.noDisplay_24 {
    display: none;
}
.noVis_24 {
    visibility: hidden;
}

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

.noselect_24 {
  -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: portrait) {


    #stuff_24 {
        max-width: 95%;
    }

    #logo_24 {
        flex-grow: 0.2;
    }

    #logo_wish_24 {
        flex-grow: 0.5;
    }

    #screen_24 {
        flex-grow: 1;
    }

    #playerCont_24 {
        width: 290%;
        height: 200%;
    }

    #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%;
    }

}