.gallery-content-center img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100%;
	max-width: 100%;
}

.gallery-content-center .ct-photoGallery-item a {
    background: #fff;
    padding: 10px
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity
}
.galleryitem{
	margin-bottom: 10px;
	width: 24%;
}
@media (max-width: 767px){
	.galleryitem{
		margin-bottom: 10px;
		width: 49%;
	}
}
@media (max-width: 480px){
	.galleryitem{
		margin-bottom: 10px;
		width: 100%;
	}
}