.attachment {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
}

 img {
        max-width: 100%;
        height: auto;
}