#VFplug{
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}
#VFplug > div{
	position:absolute;
	height:100%;
	width:100%;
	top:0;left:0;
	float:left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition:.3s;
	opacity:1;
}