html, body {
    margin: 0;
    height: 100%;
}

.img_frame {
    float: left;
}

.img_frame img {
    object-fit: cover;
    display: block;
}