.mx_photo_album.box_right {
    float: right;
    width: auto;
    margin-left: 10px;
}

.mx_photo_album .mx_photo_album_image {
    display: none;
    float: left;
    width: auto;
}

.mx_photo_album_image {
    position: relative;
}

.mx_photo_album .mx_photo_album_image {
    display: none;
}

.mx_photo_album .mx_photo_album_image:first-child {
    display: block;
}

.photogrid-sizer,
.photogrid-item { width: 23.5%; }

.photogrid-gutter { width: 2%; }

.photogrid-item {
	margin-bottom:20px;
}

.photogrid-item img {
	display:block;
	width: 100%;
	  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.photogrid-item:hover img {
	  -moz-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

@media screen and (max-width: 1023px) {
	
		.photogrid-sizer,
.photogrid-item { width: 31.33%; }

.photogrid-gutter { width: 3%; }

} /* end mediaquery */

@media screen and (max-width: 768px) {
	
	.photogrid-sizer,
.photogrid-item { width: 48%; }

.photogrid-gutter { width: 4%; }


} /* end mediaquery */

@media screen and (max-width: 425px) {
	
		.photogrid-sizer,
.photogrid-item { width: 100%; }

.photogrid-gutter { width: 0; }

} /* end mediaquery */