#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;}

body .edDuckGameDiv .edDuckGameBg {
    background: #eb9eb0;
}

/*lightbox stage1 success and failed =================================================*/
.popup2 {
	 display:none;
    max-width: 500px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background: black;
    margin-bottom: 100px;
    border: 4px solid white;
    border-style: dotted;
}
.popup2 .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.popup2 .meMsg_MsgBlk .meMsg_Content {
    color: #fff;
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
    background: url(https://comet.noonspace.com/w61NoonSpace/event/MsgInfo/success2_1.jpg);
    width: auto;
    height: 120px;
    background-repeat: no-repeat;
    padding-left: 47%;
    padding-top: 8%;
    background-size: contain;
}

.popup2 .meMsg_MsgContentBlk .meMsg_MsgTitle {
    font-size: 20px;
    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;

}
.popup2 .meMsg_MsgContent {
    margin: 24px auto 0;
    text-align: center;
}
.popup2 .meMsg_MsgContentBlk {
    width: 190px;
    display: inline-block;
    margin: 0 auto;
}

.popup2 .meMsg_MsgContentBlk_2 {
    width: 60px;
    vertical-align: middle;
    height: 60px;
}
.popup2 .meMsg_MsgContentBlk_2 .meMsg_MsgTitle {
    background: none;
}

.stageFail .meMsg_MsgBlk .meMsg_Content {
    color: #fff;
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
    background: url(https://comet.noonspace.com/w61NoonSpace/event/MsgInfo/failed2_1.jpg);
    width: auto;
    height: 120px;
    background-repeat: no-repeat;
    padding-left: 47%;
    padding-top: 8%;
    background-size: contain;
}
.stageFail .meMsg_MsgContentBlk_2 {
    width: 190px;
    vertical-align: top;
}
.stageFail .meMsg_MsgContentBlk .meMsg_MsgTitle {
    background: url(https://comet.noonspace.com/w61NoonSpace/event/MsgInfo/yellow_button.png);
    width: 185px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top;
    height: 60px;
    padding-top: 4px;
    background-size: contain;
}




.start {
    background: url(https://comet.noonspace.com/w61NoonSpace/event/MsgInfo/start2.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: #9f6e78;;
    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;
}



}