

.hm_full_cont {
    z-index: 2147483647;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.ad_iframe {
    z-index: 2147000001;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}


.banner {
    z-index: 2147000000;
    position: relative;
    height: 100%;
    font-size: 50px;
	background-color: rgba(0,0,0,0.8);
}

.banner--portrait {
    z-index: 2147000000;
	background-color: rgba(0,0,0,0.8);
}

.close {
    z-index: 2147000005;
    width: 8%;
    height: 8%;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: contain;
}

.click_portrait {
     z-index: 2147000004;
     position: fixed;
     width: 100%;
     height: 0%;
	 bottom: 0%;
	/* background-color: rgba(0,0,0,0.8);*/
}

.click_landscape {
     z-index: 2147000004;
     position: fixed;
     width: 100%;
     height: 0%;
	 bottom: 0%;
	 /*background-color: rgba(0,0,0,0.8);*/
}

@media (min-width: 768px) {
    .adbar_close {
        width: 8%;
        height: 8%;
    }
}

@media screen and (orientation: portrait) {
     .banner--landscape {
        display: none; 
		background-color: rgba(0,0,0,0.8);
     }
}


 @media screen and (orientation: landscape) {
      .banner--portrait {
        display: none; 
		background-color: rgba(0,0,0,0.8);
     }
}
