
.picture:not(.first) {
    margin-left: 5px;
}

.picture {
    margin-top: 5px;
    display: inline-block;
}

.picture > img {
    border: none;
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
}
