.mx_photo_album {
	display: table;
	width: 100%;
	clear: both;
}

.mx_photo_album_subalbum, .mx_photo_album_image {
position:relative;
	float:left;
	width:31.3%;
	margin-bottom: 30px;
	margin-right:3%;
	border: solid 5px #EEEEEE;
}

.mx_photo_album_image {
width: 100%;
}

.mx_photo_album_subalbum:nth-of-type(3n) {
	margin-right:0;	
}

.mx_photo_album_subalbum a, .mx_photo_album_image a {
	display: block;
	width: 100%;
	height: 100%;

}

.mx_photo_album_subalbum img, .mx_photo_album_image img {
	display:block;
	width:100%;
	height:auto;
	border:none !important;
}

.mx_photo_album_subalbum .label, .mx_photo_album_image .label {
position: absolute;
bottom:25px;
left:-5px;
line-height: 19px;
background-color: #2E2E2E;
color:#FFFFFF;
text-transform:uppercase;
padding:8px 15px;
-webkit-border-radius: 0px 7px 7px 0px;
-moz-border-radius: 0px 7px 7px 0px;
-khtml-border-radius: 0px 7px 7px 0px;
border-radius: 0px 7px 7px 0px;
max-width: 75%;
}

@media screen and (max-width: 980px) {

.mx_photo_album_subalbum, .mx_photo_album_image {
	width:48.5%;
	margin-bottom:25px;
	}
	
.mx_photo_album_subalbum:nth-of-type(3n), .mx_photo_album_image:nth-of-type(3n) {
	margin-right:3%;	
}

.mx_photo_album_subalbum:nth-of-type(2n), .mx_photo_album_image:nth-of-type(2n) {
	margin-right:0;	
}

} /* end mediaquery */

@media screen and (max-width: 600px) {
	
	.mx_photo_album_subalbum, .mx_photo_album_image {
	width:100%;
	margin-right:0;
	}

} /* end mediaquery */