div {
    box-sizing: border-box;
}

img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.container {
    width: 100%;
}