@font-face {
    font-family: 'Imp';
    src: url('impact.eot');
    src: url('impact.eot?#iefix') format('embedded-opentype'),
         url('impact.woff') format('woff'),
         url('impact.ttf') format('truetype'),
         url('impact.svg#impact') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
}
body {
	background: #1c449c;
	color: #eee;
	text-align: center;
	font-family: arial, sans-serif;
}
h1, h2 {
	text-align: center;
	text-shadow: 1px 1px 0 #000;
	line-height: 1.5;
}
h1 {
	font-family: 'Imp', arial, helvetica, sans-serif;
	font-weight: normal;
	max-width: 65%;
	position: relative;
	margin: 40px auto 20px auto;
	font-size: 200%;
	letter-spacing: 1px;
}
h2 {
	color: #eee;
	margin: 20px auto 40px auto;
	padding: 0 20px;
	font-size: 125%;
}
h1 strong, h1 span {
	display: inline-block;
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	color: #fff;
	padding: 10px 0;
}
h1 strong {
	background: #000;
	width: 70%;
}
h1 span {
	width: 30%;
	margin-left: -10px;
	background: #fb0e00;
}
.video {
	margin: 0 auto;
	max-width: 65%;
	position: relative;
}
img {
	max-width: 100%;
}
iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 3px solid #f4792a;
	left: 0;
}
@media (min-width: 768px) {
  h1 {
    max-width: 30%;
  }
}

.azuremediaplayer {
	width: 100%;
	height: 100%;
}
.amp-logo {
	display: none!important;
}
.amp-default-skin .amp-live-on .amp-live-control {
	color: #fb0e00;
}
.amp-default-skin .vjs-play-progress {
	background-color: #393;
	background: #393;
}
.amp-default-skin .vjs-control-bar {
	background: #000;
}