.iconNotification {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.badgeWrapper {
    cursor: pointer;
    /* padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 2px 15px lightgrey; */
}

.stats_block .badgeWrapper {
	margin-bottom: 20px;
	flex-basis: 33%;
}

.stats_block .icon_badge.small {
    margin-bottom: 10px;
}

.stats_block .icon_badge.small:hover {
    /* zoom: 1.1;
    transition: all .2s ease-in-out;
    -moz-transform: scale(1.1); */
}

.icon_badge {
    min-width: 250px;
    min-height: 250px;
    position: relative;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon_badge.small {
    min-width: 100px;
    min-height: 100px;
}