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