.gallery2 {
  width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.gallery2 .galleryContainer {
  width: 200px;
  height: 200px;
  
  margin-left: 3px;
  margin-right: 3px;  
  margin-bottom: 3px;
  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(25,55,101,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(25,55,101,0.65);
  height: auto;
  margin: 0;  
  top: 0px;
  padding-top: 80px;  
}
.gallery2 .galleryContainer:hover .title .zoom {
  font-size: 1.5em;
}
article.performance .center.wide {
    margin-left: 4rem;
    width: calc(66% - 4rem);
}

.card .content .photos a {
	height: 130px;
	margin-bottom: 0.5em;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.card .content .photos a.see-more {
    position: relative;
}

.card .content .photos a.see-more:before {
    content: '+' attr(data-count);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 1.85714286rem;
    font-weight: 300;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(39, 39, 39, 0.6);
}

.card .content .photos a img {
	opacity: 0;
}

article.performance .center.wide p a, article.performance .center p a, .siteContent .wrapper aside p a {
  color: #e75015;
  font-weight: 700;
}

article.repertoire .calendar .header {
  font-size: 1.5em;
}

@media (max-width: 768px) {
	article.performance .center.wide {
		width: 100%;
		max-width: 450px;
		margin: 1rem auto;
	}	
}
@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;
	}
}
