﻿.ImageWrapper{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ImageWrapper > img{
    max-height: 100% !important;
    max-width: 100% !important;
}

.Image-Max-Width{
    width: 100%;
}

.Image-Max-Height{
    height: 100%;
}

