div.invisible{
	position: fixed;
	width:1280px;
	height:720px;
	overflow:hidden;
	left:0;
	right:0;
	top:0;
	margin:0 auto;
	z-index:55;
	pointer-events:none;
}


.invisible a{
	display:block;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;

	opacity:0.8;
	translate:300% 0;
	pointer-events:auto;

	top:200px;
	width:500px;
	height:100px;
/*
	background:#0ff7;
	translate: 0%
*/

}


.invisible a img{
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}


.invisible a.inv1{
	top:200px;
	width:300px;
	animation:invisiblemove 20s 0s linear infinite,invisiblewave 8s 0s infinite;
/*
	translate: 0%;
	background:#0ff7;
*/
	height:200px;

}
.invisible a.inv1 img{
	max-width:none;
	width:500px;
	left:-100px;
	top:-220px;
}

/*
.invisible a.inv2{
	top:120px;
	width:500px;
	animation:invisiblemove 20s 0s linear infinite,invisiblewave 8s 0s infinite;
}
.invisible a.inv2 img{
	top:-130px;
}

.invisible a.inv3{
	top:300px;
	width:400px;
	height:200px;
	animation:invisiblemove 20s 8s linear infinite,invisiblewave 8s 8s infinite;
}
.invisible a.inv3 img{
	top:-100px;
}
*/

/*	translate:50% 0;*/





@keyframes invisiblemove {
	0%    {translate: 220% 0;}
	100%  {translate:-220% 0;}
}


@keyframes invisiblewave {
	0%    {margin-top: 0%;}
	50%   {margin-top: 5%;}
	100%  {margin-top: 0%;}
}
