.overlay {
    display: block;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

opacity: 0;
background:rgba(0,0,0,.6);
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
-webkit-transform: translate3d(0,0,0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-o-backface-visibility: hidden;

}
 
.mx_photo_album_image:hover .overlay, .mx_photo_album_subalbum:hover .overlay {
z-index: 3;
opacity: 1;
pointer-events:none;
}
 
.overlay::before {
    position: absolute;
color:#FFFFFF;
background-color:#800020;
    top: 55%;
    left: 50%;
    margin: -16px 0 0 -16px;
    width:32px;
    height:32px;
    font-size: 32px;
    line-height:30px;
    text-align:center;
    content: "+";
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-border-radius:20px;
-moz-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
}
 
.mx_photo_album_image:hover .overlay::before, .mx_photo_album_subalbum:hover .overlay::before {
    top: 50%;
}
 


.mx_photo_album {
	display: table;
	width: 100%;
	clear: both;
}

.mx_photo_album_image {
	border: 0px #DDD solid;
	display: table;
	padding: 0px;
	float: left;
	width: 30%;
    margin: 0 3% 3% 0;
	background-color:#fff;
	position:relative;
	
	
	
}

.mx_photo_album_subalbum {
	border: 0px #DDD solid;
	display: table;
	padding: 0px;
	float: left;
	width: 30%;
    margin: 0 3% 3% 0;
	background-color:#fff;
	position:relative;
}

.mx_photo_album_subalbum a, .mx_photo_album_image a {
	display: inline-block;
	width: 100%;
	height: 100%;
	float: left;
}

.mx_photo_album_subalbum img, .mx_photo_album_image img {
	float: left;
	clear: both;
	width:100%;
}


.mx_photo_album_subalbum span, .mx_photo_album_image span {
clear: both;
    color: #000;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 3em;
    line-height: 1em;
    margin: 20px 0 2px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) { 


}
@media screen and (min-width: 482px) and (max-width: 767px) {

.mx_photo_album_image {

	width: 100%;
  
	
	
	
}

}
@media screen and (min-width: 320px) and (max-width: 481px) {


}

