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

.container img {
    max-width: 100%;
}