#confirmOverlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:100000;background-color:rgba(0,0,0,0.6);overflow:hidden}#confirmOverlay #confirmBox{background-position:center center;background-repeat:no-repeat;position:fixed;top:50%;transform:translateY(-50%);position:relative;height:calc(100% - 210px);width:calc(100% - 120px);max-height:550px;overflow:hidden;margin:0px 60px;background-size:contain}#confirmOverlay #confirmBox img{position:relative;left:50%;top:50%;transform:translateX(-50%)}
#confirmOverlay #confirmBox #close{height:50px;width:50px;z-index:2;position:absolute;left:50%;transform:translateX(-50%);top:25px;font-size:6.5em;background-size:50px 50px}
#confirmOverlay #confirmBox #bannerLink{position:absolute;top:0px;left:0px;height:100%;width:100%}
@media only screen and (min-device-width:320px) and (max-device-width:820px),only screen and (min-width:320px) and (max-width:960px){#confirmOverlay #confirmBox{max-height:calc(100% - 40px);max-width:calc(100% - 40px);}#confirmOverlay #confirmBox #close{transform:translateX(-100%)}}
