.business-details .image-wrapper{
    width: 13rem;
    height: 13rem;
    min-width: 13rem;
    overflow: hidden;
}

.business-details .image-wrapper img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.business-group-restaurants{
    background: #f3f4f7;
}

.card-image-wrapper{
    height: 200px;
    overflow: hidden;
}


.card {
    cursor: pointer;
    overflow: hidden;
  }

  .card:hover img {
      transform: scale(1.2);
  }

.card-img-top{
    height: 100%;
    width: 100%;
    transition: all 200ms ease-in;
    object-fit: cover;
}

.card{
    border-radius: 5px;
}

ul{
    list-style-type: none;

}

.info-icon i {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.res-name{
    font-size: 3rem;
}

.anbe-image-wrapper {
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .anbe-image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .status{
    bottom: 10px;
    right: 10px;
    background-color: rgba(0,0,0,.85);
    padding: 5px;
    border-radius: 5px;
  }
  .download-image-wrapper{
    height: 50px;
  }

  .download-image-wrapper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

@media screen and (max-width: 767px) {
    .business-details .image-wrapper{
        width: 7rem;
        height: 7rem;
        overflow: hidden;
        min-width: 7rem;
    }
}