.dfp-ad {
	margin: 0 auto;
	text-align: center;
	clear: both;
}
.dfp-ad div[id^="google_ads_iframe_"] {
	line-height: 0;
}
.dfp-ad-placeholder {
	position: relative;
	background-color: #f3f3f3;
	margin: 0 auto 20px auto;
	clear: both;
}
.dfp-ad-placeholder:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: dimgrey;
	border-radius: 5px;
	color: #f3f3f3;
	content: 'Ad';
	font: 11px sans-serif;
	padding: 2px 4px;
	text-align: center;
}
.dfp-ad-placeholder-masthead {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	margin-bottom: 0;
}
.dfp-ad-placeholder.placeholder-filled-with-pub {
	background-color: transparent;
	min-height: unset !important;
}
.dfp-ad-placeholder.placeholder-filled-with-pub:before {
	display: none;
}
.dfp-ad-placeholder.sticky {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 999;
}

#page {
	transition: margin-top 0.4s ease-in;
}
