﻿.ProfileImageBox {
    width: 94px;
    height: 94px;
    margin-bottom: 5px;
    background-color: white;
    position: relative;
}
    .ProfileImageBox img {
        /* margin: 0px; */
        max-height: 98%;
        max-width: 98%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
.MapClinicImageBox {
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
    background-color: white;
    position: relative;
}
    .MapClinicImageBox img {
        /* margin: 0px; */
        max-height: 98%;
        max-width: 98%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
.Size100 {
    width: 100px;
    height: 100px;
}
.Size150 {
    width: 150px;
    height: 150px;
}
