body {
    background: rgb(0,255,0);
}

* {
    box-sizing: border-box;
}

.gallery {
    content: "";
    max-width: 800px;
}

.gallery img {
    max-width: 400px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}