#swapper-1 {
	width: 950px;
	height: 1380px;
}

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

#swapper-1 .interactive-swapper-image:last-child {
	margin-left: 400px;
	margin-top: 200px;
}

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