#content-wrapper .instagram-wrapper .item {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
#content-wrapper .instagram-wrapper .item ul {
  margin-left: 0;
}
#content-wrapper .instagram-wrapper .item .image {
  height: 275px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#content-wrapper .instagram-wrapper .item .image .bg-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#content-wrapper .instagram-wrapper .item .image .video-play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#content-wrapper .instagram-wrapper .item .image .video-play .fa {
  font-size: 50px;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
#content-wrapper .instagram-wrapper .item .image .video-play .fa.show-play {
  opacity: 1;
}
#content-wrapper .instagram-wrapper .item .image .video-play .fa.hide-play {
  opacity: 0;
}
#content-wrapper .instagram-wrapper .item .image:hover .video-play .fa {
  opacity: 1 !important;
}
#content-wrapper .instagram-wrapper .item .image .likes {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  text-align: center;
  color: #fff;
  z-index: 5;
  font-size: 25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#content-wrapper .instagram-wrapper .item .image .likes .fa {
  margin: 5px 10px 0 0;
  font-size: 20px;
}
#content-wrapper .instagram-wrapper .item .image:hover .likes {
  opacity: 1;
}
#content-wrapper .instagram-wrapper .item .image:hover img {
  filter: brightness(70%);
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
}
