
@media only screen and (max-device-width: 480px) {
	.link {
		margin-left: 8vw;
		margin-right: 8vw;
	}
	.layer-7{
		top: 12vh;
		bottom: auto;
	}
	.layer-5{
		top: auto;
		bottom: 24vh;
	}
	.popup-container .popup-box {
		width: 80vw;
	  }
	}
