.post-video {
  position: relative;
}
.post-video-img img {
  width: 100%;
  height: auto;
}
.post-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-post-video-play img {
  width: 10.4rem;
  height: 10.4rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-post-video-play:hover img {
  transform: scale(1.1);
}
@media(min-width:1460px) and (max-width:1499.98px) {
  .btn-post-video-play img {
    width: 9.6rem;
    height: 9.6rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .btn-post-video-play img {
    width: 8.8rem;
    height: 8.8rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .btn-post-video-play img {
    width: 8rem;
    height: 8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  .btn-post-video-play img {
    width: 8rem;
    height: 8rem;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  .btn-post-video-play img {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media(max-width:767.98px) {
  .btn-post-video-play img {
    width: 6.4rem;
    height: 6.4rem;
  }
}