.bazario-image{
  position: relative;
  &::after{
    content: "";
  }
  .image-hover-container{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 10;
    transition: all 0.3s ease;
    a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      margin-right: 10px;
      background-color: #28282b;
      color: #fff;
      i , svg{
        font-size: 14px;
        width: 14px;
        height: 14px;
        fill: #fff;
      }
    }
  }
}