.album {
	height: 600px;
}

.parallax-container {
	position: relative;
}

.parallax-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#content {
	padding: 70px 0;
}

#youtubepopup {
	border: 0px solid black;
	height: 420px;
	left: 50%;
	margin-left: -350px;
	margin-top: -210px;
	position: fixed;
	top: 50%;
	width: 700px;
	z-index: 10000;
	-moz-box-shadow: 0 0 10px gray;
	-webkit-box-shadow: 0px 0px 10px gray;
	box-shadow: 0px 0px 10px gray;
}

#youtubepopup iframe {
	background-color: black;
	width: 100%;
	height: 100%;
}

#blackoverlay {
	background-color: #000000;
	cursor: pointer;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#top {
  margin-top: 77px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#top {
	  margin-top: 69px;
	}
}

@media only screen and (max-width: 767px) {
	#top {
	  margin-top: 0px;
	}
}