.box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:600px) {
    .container {
        padding: 1rem;
    }

    .box {
        align-self: center;
    }
}