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