#coverphoto {
	max-width: 375px;
	height:auto;
}
#cover{
	width: 100%;
	height:auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width:853px;/*same width as video itself*/
	width:100%;
	margin:0 auto;/*centers the video*/
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	max-width:853px;/*same width as video itself*/
	max-height:480px;/*same height as video itself*/
	width: 100%;
	height: 100%;
}
#surrealPhoto {
	max-width: 375px;
	height: auto;
	margin-right: 70px;
}
#surreal{
	width:100%;
	height:auto;
}

}
@media screen and (max-width:375px){
}
