.imageFlipperContainer
{
	position: relative;
	
	height: 100%;
}

.imageFlipperImage
{
	width: 100%;	
	height: 100%;
	background-size: cover;
}

.imageFlipperTargetImage
{
	position: absolute;
	left: 0%;	
	top: 0%;
	
	background-size: cover;
}