@media only screen and (max-width: 999px) {
	ul.graphic li a,
ul.graphic li a.sm2_link {
	font-size: 2em;
	padding: 10px 5%;
}
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.red {
  color: #d80000;
  letter-spacing: 1px;
  text-shadow: 1px 1px #fff;
}
body{
	font-size:18px;
}