#ad{
	position: fixed;
	bottom: 0px;
	height: 100px;
	width: 100%;
	background: #000;
	color: #fff;
	display: none;
	z-index: 999999;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#ad #closeAd{
	background: url('close.svg') no-repeat;
	width: 20px;
    height: 20px;
    background-size: cover;
    display: block;
    float: left;
    margin-top: 14px;
    margin-left: 10px;
    position: absolute;
    right: 10px;
    top: 0px;
}

#ad #closeAd:hover{
	cursor: pointer;
}

@media (max-width: 480px){
	#ad{
		height: 120px;
	}

	#ad .adwords{
		margin-top: 20px;
	}

	#ad #closeAd{
		margin-top: 2px;
	}
}