.image__wrapper {
    display: flex;
}

.image__img{
    object-fit: cover;
    min-height: 397px;
    min-width: 100%;
    height: auto;
    width: auto;
}
