#swapper-1 {
	width: 1160px;
	height: 1700px;
}

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

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

@media (max-width: 920px) {
	#swapper-1 {
		width: 90vw;
		height: calc(1160 / 1700 * 90vw);
	}
	
	#swapper-1 .interactive-swapper-image:first-child {
		margin-top: calc(150 / 1700 * 90vw);
	}
	
	#swapper-1 .interactive-swapper-image:last-child {
		margin-left: calc(150 / 1700 * 90vw);
	}
	
	#swapper-1 .interactive-swapper-image:first-child img {
		width: calc(512 / 1700 * 90vw);
	}
	
	#swapper-1 .interactive-swapper-image:last-child img {
		width: calc(661 / 1700 * 90vw);
	}
}
