.profile-icon {
 width: auto;
 height: 48px;
 border-radius: 50%;
 margin: 4px;
}

.home-tiles {
    min-height: 22vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-tiles .card-title {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 background: rgba(255,255,255,0.7);
}

.profile-img-wrapper, .profile-img {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.profile-img-wrapper, .clinic-img {
    width: 30vh;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.mt-16 {
    margin-top: 16px;
}

.profile-img-helper {
    display: none;
}

.profile-img-wrapper:hover .profile-img-helper {
    display: inline-block;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    top: 60%;
    text-align: center;
    padding: 8px;
    bottom: 0;
    left: 0;
    right: 0;
}

.full-width {
    display: inline-block;
    width: 100%;
}