.picture picture img {
    max-width: 100%; }

.picture.picture--cover {
    position: relative; }
.picture.picture--cover picture {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex; }
.picture.picture--cover picture img {
    object-fit: cover;
    height: auto;
    width: 100%; }