

#swapper-1 {
	width: 760px;
	height: 1640px;
}

@media (max-width: 500px) {
	.heli-radio-back {
		height: 100px;
	    margin: 80px auto 0;
	}
}

@media (max-width: 760px) {
	#swapper-1 {
		width: 90vw;
		height: calc(1640 / 760 * 90vw);
	}
	
	#swapper-1 .interactive-swapper-image:first-child {
		margin-top: calc(150 / 760 * 90vw);
	}
	
	#swapper-1 .interactive-swapper-image:last-child {
		margin-left: calc(150 / 760 * 90vw);
	}
	
	#swapper-1 .interactive-swapper-image:first-child img {
		width: calc(734 / 760 * 90vw);
	}
	
	#swapper-1 .interactive-swapper-image:last-child img {
		width: calc(608 / 760 * 90vw);
	}
	
	.heli-yacht-back {
		display: none;
	}
}



#swapper-2 {
	width: 870px;
	height: 1870px;
}

@media (max-width: 870px) {
	#swapper-2 {
		width: 90vw;
		height: calc(1870 / 870 * 90vw);
	}
	
	#swapper-2 .interactive-swapper-image:first-child {
		margin-top: calc(150 / 870 * 90vw);
	}
	
	#swapper-2 .interactive-swapper-image:last-child {
		margin-left: calc(150 / 870 * 90vw);
	}
	
	#swapper-2 .interactive-swapper-image:first-child img {
		width: calc(727 / 870 * 90vw);
	}
	
	#swapper-2 .interactive-swapper-image:last-child img {
		width: calc(734 / 870 * 90vw);
	}
}