html, body {
    width: 100%;
    height: 100%;
}

.image-wrapper {
    width: 100%;
    height: 100%;
    display: block;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}