.icon {
    display: block;
    max-height: 16px;
    height: auto;
    width: auto;
}

.icon_sm {
    display: block;
    max-height: 12px;
    max-width: 12px;
    height: auto;
    width: auto;
}

.icon_lrg {
    display: block;
    /* max-height: 20px; */
    /* max-width: 20px; */
    height: 20px;
    width: auto;
}

.thumbnail {
    display: block;
    max-width: 100px;
    max-height: 100px;
    height: auto;
    width: auto;
}

.currency_icon {
    height: calc(5px + 1vw);
    max-height: 12px;
    margin-right: 5px;
}