div.capture {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

div.capture img {
    max-width: 400px;
    border: 1px solid #474646;
    margin-right: 1em;
    cursor: zoom-in;
}

