iframe {
position: absolute;
top: 10%;
left: 0;	
width: 100%;
height: 90%;	
border: none
}

#about{
position: absolute;
top: 92%;
left: 0;
height: 8%;
width: 100%;
background-color: #020202;
background-image: url('images/logo.png');
background-repeat: no-repeat;
background-position: 1% center;
background-size: auto 70%;
}

#about p {
padding-left: 20%;
height: 100%;
line-height: 100%;
vertical-align: text-bottom}

#about p {
font-family: proxima-nova, "Helvetica Neue", Arial, sans-serif;
color: #ffffff;
font-weight: 200;
}

#about p a {
text-decoration: none;
color: rgb(0, 151, 210);

}