/* DONE - MINIMISED */
iframe.external-form {
	height: 650px;
	width: 100%;
	max-width: none;
}

@media (max-width:1200px) {
	iframe.external-form {
		height: 780px !important;
		border: 0;
		display: grid;
		margin: 0 auto;
		max-width: none;
		width: 90vw;
		overflow: hidden;
	}
}

@media (max-width:1065px) {
	iframe.external-form {
		height: 780px !important;
		border: 0;
		display: grid;
		margin: 0 auto;
		max-width: none;
		width: 90vw;
		overflow: hidden;
	}
}

@media (max-width:964px) {
	iframe.external-form {
		height: 940px !important;
		border: 0;
		display: grid;
		margin: 0 auto;
		max-width: 350px;
		width: 90vw;
		overflow: hidden;
	}
}
