#banner1 { position: fixed; margin-top: -103px; margin-left: -182px; }
#banner2 { position: fixed; margin-top: -103px; margin-left: 335px; }

@media only screen and (max-width: 769px) {
	#banner1 { display: none; }
	#banner2 { display: none; }
}
