#death_film{
	width:610px;
	height:610px;
	border-radius:50%;
	background:black;
	position:absolute;
	-webkit-animation:10s death_film forwards;
}

@-webkit-keyframes death_film{
	from{opacity:1;}
	to{opacity:0;}
}