.apollo-head {
	width: 90%;
	max-width: 637px;
	height: 900px;
	margin: 0 auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url('img/loading_infinity.gif');
	background-position: center center;
}

.apollo-head-wrapper {
	width: 100%;
	height: 950px;
	padding-top: 50px;
	background-color: white;
	margin: 40px auto;
}

.apollo-head-loading {
	margin: -360px auto;
    text-align: center;
}

.apollo-head-desktop {
	display: none;
	text-align: center;
	margin: auto;
	width: 60%;
}

.apollo-head-wrapper.head-is-loaded {
	background-color: #f3efee;
}

.apollo-head-wrapper.head-is-loaded .apollo-head {
	background-image: url('img/apollo-head-frames.jpg');
}

.apollo-head-wrapper.head-is-loaded .apollo-head-loading {
	display: none;
}


.apollo-head-wrapper.mobile-head {
	background-color: #f3efee;
}

.apollo-head-wrapper.mobile-head .apollo-head {
	background-image: url('img/head-static.png');
	background-position: center center;
	background-size: contain;
}

.apollo-head-wrapper.mobile-head .apollo-head-loading {
	display: none;
}

.apollo-head-wrapper.mobile-head .apollo-head-desktop {
	display: block;
}

#swapper-1 {
	width: 800px;
	height: 1720px;
}

#swapper-1 .interactive-swapper-image:first-child {
	margin-top: 70px;
}

@media (max-width: 500px) {
	.apollo-head-wrapper {
		height: 500px;
	}
	
	.apollo-head {
		height: 410px;
	}
	
	.apollo-head-desktop {
		margin-top: 15px;
		font-size: 14px;
	}
}

@media (max-width: 800px) {
	#swapper-1 {
		width: 90vw;
		height: calc(1720 / 800 * 90vw);
	}
	
	#swapper-1 .interactive-swapper-image:first-child {
		margin-top: calc(70 / 800 * 90vw);
	}
	
	#swapper-1 .interactive-swapper-image:last-child {
		margin-left: calc(150 / 800 * 90vw);
	}
	
	#swapper-1 .interactive-swapper-image:first-child img {
		width: calc(734 / 800 * 90vw);
	}
	
	#swapper-1 .interactive-swapper-image:last-child img {
		width: calc(606 / 800 * 90vw);
	}
}
