.albums > h3 {
 padding-bottom: 3px;
 border-bottom: 1px solid #000;

}
.albums > .album {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin: 5px;
}

.albums > .album > .inline > h3 {
	margin: 0px auto;
	text-align: center;
}

.albums > .album > .image {
	width: 170px;
	height: 110px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.enter-link {
	display: block;
	width: 100%;
	height: 100%;
}



.photos > h3 {
 padding-bottom: 3px;
 border-bottom: 1px solid #000;

}
.photos > .photo {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin: 5px;
}

.photos > .photo > .inline > h3 {
	margin: 0px auto;
	text-align: center;
}

.photos > .photo > .image {
	width: 170px;
	height: 110px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
