.crop240x160-inside, .crop240x160 {
    width:240px;
    height:160px;
    object-fit: cover;
    object-position: 0 0;
}
.crop240x160-inside {
    border: dotted 1px black;
    overflow: hidden;
}
.crop240x160-inside img {
    min-height:160px;
    min-width:240px;
    border: none;
}
.crop353x236 {
    width:353px;
    height:236px !important;
    object-fit: scale-down;
    object-position: 0 0;
}
.crop225x150-inside img , .crop225x150 {
    width:225px;
    height:150px !important;
    object-fit: scale-down;
    object-position: 0 0;
}
.crop225x169-inside img , .crop225x169 {
    width:225px;
    height:169px !important;
    object-fit: scale-down;
    object-position: 0 0;
}
.crop-gallery .crop225x169-inside img , .crop-gallery .crop225x169 {
    width:225px;
    height:169px !important;
    object-fit: cover;
    object-position: 100% 0;
}
.crop-gallery .crop225x150-inside img , .crop-gallery .crop225x150 {
    width:225px;
    height:150px !important;
    object-fit: cover;
    object-position: 50% 50%;
}