.background-rotator{
	position: absolute;
    width: 100%;
    height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity 1s;
}

.background-rotator.hide{
	opacity: 0;
}