/* @override http://www.diekreuzen.com/wp-content/themes/Die_Kreuzen_v1/css/gallery_overrides.css */

#gallery-1 br{
	clear: none!important;
	display: none;
}
#gallery-1 {
	margin: auto;
}
#gallery-1 .gallery-item {
	float: left;
	margin-top: 0px!important;
	margin-bottom:36px;
	text-align: center;
	width:186px!important;
}
#gallery-1 img {
	border: 2px solid #cfcfcf;
	width: 150px;
	height: 100px;
}
#gallery-1 .gallery-caption {
	margin-left: 0;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

}/* end of Smaller than standard 960 (devices and browsers) */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#gallery-1 .gallery-item {
	width:187px!important;
	margin-bottom: 34px;
}

}/* end of Tablet Portrait size to standard 960 (devices and browsers) */

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

}/* end of All Mobile Sizes (devices and browser) */

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#gallery-1 .gallery-item {
	width:210px!important;
	margin-bottom: 16px;
}
#gallery-1 img {
	width: 192px;
	height: 128px;
}
}/* end of Mobile Landscape Size to Tablet Portrait (devices and browsers) */

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
#gallery-1 .gallery-item {
	width:150px!important;
	margin-bottom: 8px;
}

#gallery-1 img {
	width: 140px;
	height: 93px;
}
}/* end of Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */