
.image-wrapper {
    position: relative;
    cursor: pointer;
  }
  /* .image-wrapper .play-btn {
    width: 150px;
    height: 150px;
    bottom: 0;
    text-align: center;
    margin: auto;
    align-items: center;
    position: absolute;
    background-image: linear-gradient(to left bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.91));
  } */
  /* .image-wrapper .play-btn {
    font-size: 54px;
    margin: auto;
    top: 30%;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
  } */
  @media (max-width: 767.9px) {
    .image-wrapper {
      width: 100%;
      height: 100%;
    }
  }
  .image-wrapper:hover .play-btn {
    animation: zoom-in-zoom-out 1.5s ease infinite;
}
  .image-wrapper .play-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 54px;
    transform: scale(1);
    overflow: visible;
    z-index: 2;
  }
  @media (max-width: 991px) {
 .image-wrapper .play-btn {
      bottom: 0;
      left: 0;
      top: 0;
      right: 0;
      margin: auto;
      font-size: 50px;
      width: 50px;
      height: 50px;
    }
  }