section
{
position: relative;
height: 100vh;
width: 100%;
}
	section h1
	{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	padding: 2vh 0
	}
	section div
	{
	position: relative;
	width: 100%;
	height: 55%;
	}
	section iframe, section img
	{
	position: relative;
	float: left;
	height: 70%;
	width: calc(100%/3.2);
	margin: 1.5vh 1vw;
	border: none;
	border-radius: 15px;
	}
@media screen and (max-width: 700px)
{
	section iframe, section img
	{
	width: calc(100%/2.1);
	}
}
@media screen and (max-width: 500px)
{
	section iframe, section img
	{
	margin: 1.5vh 7.5%;
	display: block;
	width: 85%;
	}
}
@media screen and (max-width: 400px)
{
	section h1
	{
	font-size: 25px;
	}
}