.entry-content {
color: white;
}

.entry-title { color: white; }

.album-container {
display: -webkit-flex;
text-align: center;
-webkit-justify-content: space-around;
margin: 5px;
}
.album-container > div {
	flex: 1 1 0px;
	margin: 5px;
	
}

.album-container > iframe {
	min-height: 352px;
}

section, footer {
	overflow: visible;
}

