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:300px;
	width:800px;
	animation:invisiblemove1 25s 0s linear infinite,invisiblewave 8s 0s infinite;

/*
	translate: 0%;
	background:#0ff7;
*/
	height:120px;

}
.invisible a.inv1 img{
	max-width:none;
	width:100%;
	top:-250px;
}

/*

.invisible a.inv2{
	top:220px;
	width:600px;
	height:150px;

	animation:invisiblemove2 30s 0s linear infinite,invisiblewave 11s 0s infinite;
	opacity:0.9;

}
.invisible a.inv2 img{
	width:1000px;
	max-width:none;
	top:-260px;
}

.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 invisiblemove1 {
	0%    {translate: 140% 0;}
	100%  {translate:-140% 0;}
}


@keyframes invisiblewave {
	0%    {margin-top: 0%;}
	50%   {margin-top: 5%;}
	100%  {margin-top: 0%;}
}
