body{
	font: 1.0em Arial,sans-serif;
	background-color: #000;
	color: #fff;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body, div, img, span{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 100%;
}
.embed-full-frame{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.error-message{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.video-player-default.video-poster {
	position: relative;
	cursor: pointer;
}
.video-player-dynamic {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}
.video-player-default img {
	width: 100%;
	height: auto !important;
	top: 0px;
	left: 0px;
}
.video-player-default .video-poster-button {
	background: transparent url('http://cdn.abclocal.go.com/static/art/video/player/poster_play.png') no-repeat scroll 50% 50%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 10003;
}
.headline{
	padding: 2px 4px 4px;
	position: relative;
	z-index: 9;
	/* fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* for IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* for IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	/*background:#000;*/
}
.headline a{
	color:#fff;
}
div[itemprop="video"] {
	position: absolute;
	top: 0;
	left: 0;
}