#video-container {
  margin-bottom: 60px;
}

#video-container .image-container {
  position: relative;
}

#video-container .image-container .play-icon {
  position: absolute;
  left: 0%;
  top: 40%;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

#video-container .image-container .play-icon i {
  font-size: 6rem;
  color: rgba(255, 255, 255, 0.75);
}

#video-container .image-container img {
  width: 100%;
}

#video-image-wrapper {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

#video-image-wrapper .play-icon {
  position: absolute;
  left: 0%;
  top: 40%;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

#video-image-wrapper .play-icon i {
  font-size: 6rem;
  color: rgba(255, 255, 255, 0.75);
}

#video-image-wrapper h3 {
  color: #000000;
}
