.sm1-image-container {
  position: relative;
  width: 200px;
  height: 300px;
}

.sm2-image-container {
  position: relative;
  width: 200px;
  height: 300px;
}

.sm3-image-container {
  position: relative;
  width: 200px;
  height: 300px;
}

.sm1-image-container .after {
  position: absolute;
  margin-left: -290px;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  display: none;
  /*vertical-align: middle;*/
  color: #FFF;
}

.sm2-image-container .after {
  position: absolute;
  margin-left: 218px;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  display: none;
  vertical-align: middle;
  color: #FFF;
}

.sm3-image-container .after {
  position: absolute;
  margin-left: 220px;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  display: none;
  vertical-align: middle;
  color: #FFF;
}

.sm1-image-container:hover .after {
  display: block;
  /*background: rgba(0, 0, 0, .7);*/
  border-radius: 4px;
  text-align: center;
  line-height: 113px;
  font-size: 24px;
  font-weight: 500;
  animation: pullDown 1s;
  transform-origin: center;
}

.sm2-image-container:hover .after {
  display: block;
  /*background: rgba(0, 0, 0, .7);*/
  border-radius: 4px;
  text-align: center;
  line-height: 113px;
  font-size: 24px;
  font-weight: 500;
  animation: pullDown 1s;
  transform-origin: center;
}

.sm3-image-container:hover .after {
  display: block;
  /*background: rgba(0, 0, 0, .7);*/
  border-radius: 4px;
  text-align: center;
  line-height: 113px;
  font-size: 24px;
  font-weight: 500;
  animation: pullDown 1s;
  transform-origin: center;
}

