.sub-vid .zoom-container {
  margin-bottom: 20px
}

.zoom-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}
.zoom-container a {
  display: block;
  position: absolute;
  top: -100%;
  opacity: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: inherit
}
.zoom-container:hover a {
  opacity: 1;
  top: 0;
  z-index: 500
}
.zoom-container:hover a i {
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-50%)
}
.zoom-container img {
  display: block;
  width: 100%;
  height: 180px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}
.zoom-container .zoom-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  color: #fff
}
.zoom-container .zoom-caption span {
  background-color: #fd0005;
  position: absolute;
  top: 0;
  padding: 0 7px;
  font-weight: 700;
  font-size: 13px
}
.zoom-container .zoom-caption p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
  font-weight:normal;
  background: rgba(0, 0, 0, .5);
  margin: 0;
  padding: 10px
}
.zoom-container:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25)
}
.zoom-container:hover .zoom-caption {
  background: rgba(0, 0, 0, .5)
}
.wrap-vid {
  margin-bottom: 20px
}
