/* Google DFP */
/* Use float instead of positon */

#Ad-GFP-Center div {  }
#Ad-GFP-Side {
	right: 5px; top: 100px;
	border: 1px green solid;
	padding: 0.5em;
	background: white;
}
#Ad-GFP-Side { position: absolute; }
@media screen and (min-width: 1200px) {
	#Ad-GFP-Side { position: fixed; right: 20px; }
}