/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	/* Styles */
	div#cybercenter_map_container {
		display: none;
		visibility: collapse;
	}
	.staff-member {
		width: auto;
		float: left;
		text-align: center;
		font-size: 0.8em;
	}
	.staff-member * img {
		width: 95%;
	}
}
