.p7-anim{
	width: 100%;
	position: relative;
	top: 0; left: 0; 
	background-color: #000000;
	height: 100vh;
}

.p7frame{
	width: 100%;
	position: absolute;
	top: 0; left: 0; bottom: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background-size: 100% auto; background-position: 0 0; background-repeat: no-repeat;
}

