@charset "utf-8";
#play{
	display: block;
	z-index: 33;
	position: absolute;
	width: 100%;
	visibility: visible;
	cursor: pointer;
	background-image: url(../01_home/video/ABC_justica_poster_1.png);
}

#pauseplay{
	display: block;
	z-index: 22;
	position: absolute;
	height: 85%;
	width: 100%;
	visibility: visible;
}
#posicao_do_video{
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 720px;
	display: block;
}
#video{
	position: absolute;
	z-index: 11;
	width: 100%;
	height: 80%;
}
