.gallery img {
	width:auto;
	margin:auto;	
}
#gallery-1 img {
    border: 3px solid #cbedce !important;
    border-radius: 0 20px;
}

/* Exstra Small devices (phones, 767px and down) */
@media (max-width: 767px) {
/**/	
.gallery .gallery-item {
	width:100% !important;
}
.gallery img {
	height:200px !important;
}
/**/

}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
/**/	
.gallery .gallery-item {
	width:50% !important;
}
.gallery img {
	height:200px !important;
}
/**/
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
/**/	
.gallery .gallery-item {
	width:50% !important;
}
.gallery img {
	height:300px !important;
}
/**/
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
/**/	
.gallery .gallery-item {
	width:25% !important;
}

.gallery img {
	width:auto !important;
	height:180px !important;
	margin:auto;
}
/**/
}