.mobile {
	width: 100%;
	text-align:center;
}
.desktop {
	width: 100%;
	text-align:center;
	display: none;
}
img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
@media (min-width: 767px) {
  .mobile { display: none; }
  .desktop { display: block; }
}