
div	{
	position: relative;
    width: 100%;
	height:	70px;
	margin: 0px auto;
	position: center;
	
}

.section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


h1 {
	font-style: normal;
	font-weight: lighter;
	font-size: 30px;
	font-family: arial, verdana, sans-serif;
	margin-top: 50px;
	text-align: center;
	
}
h3 {
	font-style: normal;
	font-weight: lighter;
	font-size: 20px;
	font-family: arial, verdana, sans-serif;
	margin-top: 10px;
	text-align: center;
	
}

iframe {
	display: block;
	margin: 15px auto;
	position: center;
	
}

img {
    position: center;
    width: 80%;
    height: auto;
    
}

#video1 {
	margin-top: -25px;
	margin-right: -100px;
	margin-left: 100px;
	float: left;
	width: 15%;
	height:	15%; 
	
}

#video2 {
	margin-top: -25px;
	margin-left: -100px;
	margin-right: 100px;
	float: right;
	width: 15%;
	height:	15%; 
	
}
