header #menu #CONTACT a {
	color: #5b0783;
	font-size: x-large;
	pointer-events: none;
}

main {
	display:flex;
	align-items: center;
	justify-content: center;
}

main div {
	height: 100%;
	width: 100%;
}

main div div iframe {
	height: 100%;
	width: 100%;
	margin-bottom: 5vh;
}

@media only screen and (max-width: 960px) {
	header #menu #CONTACT a {
		font-size: medium;
	}

	main #key-visual img {
		height: auto;
		width: 90%;
	}
}