#ns_Content {
    width: 100%;
    display: none;
}
body .edDuckGameDiv {
    border:0;
}
body .edDuckGameDiv .edDuckGameHPBar {
    background: rgb(232,250,0);
    background: linear-gradient(270deg, rgba(232,250,0,1) 0%, rgba(238,125,2,1) 75%, rgba(244,4,4,1) 100%);
}
body .edDuckGameDiv .edDuckGameBg {
    border:0;
}
body {background: #000;}


/*lightbox stage1 success and failed =================================================*/
.popup1 {
    display:none;
    max-width: 500px;
    margin: 0 auto;
    /*background: url(https://comet.noonspace.com/w61NoonSpace/event/MsgInfo/success1.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background: black;
    margin-bottom: 100px;
    border: 4px solid white;
    border-style: dotted;
}
.popup1 .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
}
.popup1 .meMsg_MsgBlk .meMsg_Content {
    color: #fff;
    font-size: 30px;
    line-height: 140%;
    font-weight: 600;
    background: url(https://comet.noonspace.com/w61NoonSpace/event/MsgInfo/success2_1.jpg);
    width: auto;
    height: 220px;
    background-repeat: no-repeat;
    padding-left: 50%;
    padding-top: 10%;
    background-size: contain;
}

.popup1 .meMsg_MsgContentBlk .meMsg_MsgTitle {
    font-size: 22px;
    font-weight: 600;
    background: url(https://comet.noonspace.com/w61NoonSpace/event/MsgInfo/yellow_button.png);
    background-size: contain;
    width: 185px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    padding-top: 32px;

}
.popup1 .meMsg_MsgContent {
    margin: 0 auto;
    text-align: center;
}
.popup1 .meMsg_MsgContentBlk {width: 185px; display: inline-block;    vertical-align: top;}
.stageFail .meMsg_MsgContentBlk_4, .popup1 .meMsg_MsgContentBlk_5 {
    width: 100px;
margin-bottom: 30px;
}
.popup1 .meMsg_MsgContentBlk_3 .meMsg_MsgTitle, .popup1 .meMsg_MsgContentBlk_4 .meMsg_MsgTitle, .popup1 .meMsg_MsgContentBlk_5 .meMsg_MsgTitle {
    background: none;
}

.stageFail .meMsg_MsgBlk .meMsg_Content {
    color: #000;
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
    background: url(https://comet.noonspace.com/w61NoonSpace/event/MsgInfo/failed3_1.jpg);
    width: auto;
    height: 136px;
    background-repeat: no-repeat;
    padding-left: 7%;
    padding-top: 4%;
    background-size: cover;
}

.stageFail .meMsg_MsgContentBlk .meMsg_MsgTitle {
    background: url(https://comet.noonspace.com/w61NoonSpace/event/MsgInfo/yellow_button.png);
    width: 180px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    padding-top: 32px;
    background-size: contain;
}

.stageFail .meMsg_MsgContentBlk_3 .meMsg_MsgTitle, .stageFail .meMsg_MsgContentBlk_4 .meMsg_MsgTitle, .stageFail .meMsg_MsgContentBlk_5 .meMsg_MsgTitle {
    background: none;
    color: #fff;
}

.stageFail .meMsg_MsgContentBlk_3 {
    /*margin-left: 50px;*/
}
.stageFail .meMsg_MsgBlk .meMsg_MsgSubTitle {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.stageFail .meMsg_MsgContentBlk_4 img, .popup1 .meMsg_MsgContentBlk_5 img {
    width: 80px;
}




.start {
    background: url(https://comet.noonspace.com/w61NoonSpace/event/MsgInfo/start3.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 300px;
    margin: 0 auto;
}
.start .meMsg_MsgBlk .meMsg_MsgTitle {
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-top: 140px;
    display: block;
    background: #5b858b;
    width: 100px;
    padding: 30px 20px;

cursor: pointer;
}





/* lightbox ================================================ */
.iWinCaption {
    display: none;
}
.iWinBorder {
    border: 0;
    background-color: transparent;
    box-shadow: 0 0 black;
    border-radius: 0;
}

@media (max-height: 799px) {

body .edDuckGameDiv .btn {
    display: block;
    position: fixed;
    right: 50px;
}


span.btn-up.btn {
    background: url(https://comet.noonspace.com/w61NoonSpace/event/MsgInfo/button_up.png);
    background-repeat: no-repeat;
    background-size: contain;
}
span.btn-down.btn {background:url(https://comet.noonspace.com/w61NoonSpace/event/MsgInfo/button_down.png);
    background-repeat: no-repeat;
    background-size: contain;
}
span.btn-up.btn, span.btn-down.btn {
    display: block;
    width: 100px;
    height: 100px;
}
body .edDuckGameDiv .btn-up {
    top: 525px;
}
}


@media (max-height: 499px) {
div#iWin_iWinDiv {
    transform: scale(1.3);
    transform-origin: top center;
}
.popup1 {
    transform: scale(1.3);
    transform-origin: top center;
}



}