#geenapp_fullscreen {
	min-width:100%; 
	min-height:100%;
    max-width:100%; 
	max-height:100%;
	position: fixed;
	z-index: 101;
	top: 0px;
	left: 0px;
	display: block;
	overflow: hidden;
    display:block;
}
	 
#geenapp_fullscreen  > #geenapp_ad {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:300px;
    height:250px;
}
 
#geenapp_fullscreen  >  #geenapp_ad > img {
    padding: 1px;
    border: 1px solid #021a40;
    background-color: #808080;
}

 
.sb-close-pop {
    text-align: center;display: inline; position: relative; float: right; top: -5px; border:2px solid #fff; width:21px; height:21px; font-family:'ArialRoundedMTBold',Arial; font-size:12px; line-height:14px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }

@media (max-width: 400px) and (orientation: landscape) { 
    .sb-close-pop {text-align: center;display: inline; position: relative; float: right; top: 0px; border:2px solid #fff; width:21px; height:21px; font-family:'ArialRoundedMTBold',Arial; font-size:11px; line-height:12px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
}

.geenapp_interstitial{
    padding: 1px;
    border: 1px solid #021a40;
    background-color: #808080;
}
