.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vw;
}
.container img
{
    max-width:100%;
    max-height:100%;
}
