.inner-container:before,
.inner-container:after {
  content: "";
  display: table;
}

.inner-container:after { clear: both; }

.inner-container article {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s ease-in-out;
}
.inner-container h3,
.inner-container article p {
  -webkit-transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
  -moz-transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
  -o-transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
  -ms-transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
}

.inner-container article.blur {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
}

.inner-container article.blur h3 { text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);  color: rgba(0, 0, 0, 0) opacity : 0.5;
}

.inner-container article.blur p {
 text-shadow: 0px 0px 10px rgba(51,51,51, 0.9) color : rgba(51, 51, 51, 0); opacity: 0.5; }

.inner-container article.active {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 100;
  opacity: 1;
}

.inner-container article.active h3,
.inner-container article.active p { opacity: 1; }

article p.client-name {
  float: left;
  color: #99cc66;
  font-size: 12px;
  font-style: italic;
  margin-top: 30px;
}
