.adsense{
	position: fixed;
	bottom:0;
	width:100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: 0.2s;
    z-index: 100;
}
.adsense a img {
    max-width: 100%;
    height: auto;
    margin-top: -20px;
}
.adsense.show{
	opacity: 1;
}
.adsense .inner{
	text-align: center;
}
.adsense .closeAdBnr {
	position: absolute;
	top:50%;
	right:5px;
	margin-top:-10px;
}
.adsense .closeAdBnr img{
	vertical-align: top;
}
.adsense .banner {
	z-index: 5;
	text-align: center;
	padding:5px 30px;
	display: none;
}
.adsense.show .banner {
	display:block;
}
#pageTop{background: none!important;}

@media screen and (max-width: 780px) {
    .adsense .banner {
        padding-left: 5px;
    }
    .adsense a img {
        margin-top: -2.5vw;
    }
}