
.video-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* opacity: 0; */
    text-align: center;
    transition: 0.5s ease;
  }
  .col-md-3:hover .video-middle {
    opacity: 1; /* Show the overlay on hover */
  }
  .video-middle .text {
    color: white;
    font-size: 25px;
    padding: 20px 20px;
    text-shadow: 0 0 5px black;
  }
  .fa {
    font-family: 'Font Awesome 5 Free';
  }
  .fa::before {
    content: "\f04b"; /* Play button icon */
  }
  .col-md-3 {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .col-md-3 a{
    position: relative;
  }
  .img-div{
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .img{
    display: flex;
    flex-direction: column;
    position: relative;
  }