@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,900&display=swap');

body, html {
	margin: 0;
}

.iframe-container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
	height: 1800px;
	overflow: hidden;
	box-sizing: border-box;
}


.iframe-container iframe {
	height: 100%;
	border: 0;
	width: 100%;
}

@media (min-width: 374px) {
	.iframe-container {

		height: 1300px;

	}
}

@media (min-width: 414px) {
	.iframe-container {

		height: 4650px;

	}
}

@media (min-width: 600px) {
	.iframe-container {

		height: 3500px;

	}
}

@media (min-width: 1024px) {
	.iframe-container {

		height: 1800px;

	}
}
