.image img {

    object-fit: cover;

}

.image.byWidth img {

    object-fit:contain;
    width:100%;
    height:auto;

}

.image.byHeight img {

    object-fit:contain;
    height:100%;
    width:auto;

}

