/* CSS Document */
.siteContent.home > .wrapper > section.news .news .photo {
	height: 175px;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.siteContent.home > .wrapper > section.news .news .photo img {
  opacity: 0;	
}
.gallery2 {
  width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.gallery2 .galleryContainer {
  width: 200px;
  height: 200px;  
  margin-left: 5px;
  margin-right: 5px;  
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.ofirmie .gallery2 .galleryContainer {
  height: 280px;
  border: 1px solid #eee;
}
.gallery2 .galleryContainer .photoContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.gallery2 .galleryContainer .photoContainer .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);  
}
.gallery2 .galleryContainer .title {
  position: absolute;
  text-align: center;
  bottom: 0px;
  height: 120px;
  right: 0px;
  left: 0px;
  display: block;	
  background-color:rgba(37, 35, 36, 0.65);
  color: #FFFFFF;
  font-size: 1.2em;
  padding: 5px;
  margin: 0;
  padding-top: 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery2 .galleryContainer .title .description {
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: center;	
}
.gallery2 .galleryContainer:hover .title {
  background-color:rgba(37, 35, 36, 0.65);
  height: auto;
  margin: 0;  
  top: 0px;
  padding-top: 80px;  
}
.gallery2 .galleryContainer:hover .title .zoom {
  font-size: 1.5em;
}
.button {
  cursor: pointer;	
}

@media(max-width: 500px) {
	.gallery2 {
	  margin-left: auto;
	  margin-right: auto;	
	}
	.gallery2 .galleryContainer {
	  width: 115px;
	  height: 115px;
	  float: left;
	  margin-left: 5px;
	  margin-right: 5px;  
	  margin-bottom: 10px;
	  position: relative;
	}
}
