@charset "utf-8";
/* CSS Document */
html,body{
		background:#222;margin:0;
}
body{
	border-top:4px solid #000;
}

.content{
	color:#777;font:12px/1.4 "helvetica neue",arial,sans-serif;
	width:90%;
	margin:20px auto;
}

.content {
	margin: 0 auto;
	width: 90%;
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.content iframe {
	 position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
	margin: 50px 0;
	box-shadow: 10px 40px 70px 0 rgba(0, 0, 0, .5);
}

h1{
	font-size:14px;
	font-weight:normal;
	color:#ddd;
	margin:20px 0;
}
p{
	margin:0 0 20px;
}
a {
	color:#22BCB9;
	text-decoration:none;
}
.cred{
	margin-top:20px;
	font-size:11px;
}

/* This rule is read by Galleria to define the gallery height: */
#galleria{
	height:320px;
}
