/* Preserve existing card dimensions before the lazy-loaded photographs arrive. */
.product-photo > .sheye-card-photo { display:block; width:100%; height:100%; }
.product-photo > .sheye-card-photo img { width:100%; height:100%; object-fit:cover; }
.sheye-card-photo--bars img { object-position:50% 100%; }
.sheye-card-photo--profiles img { object-position:50% 50%; }
.facility-grid .sheye-card-photo--factory { display:block; width:100%; height:245px; overflow:hidden; }
.facility-grid .sheye-card-photo--factory img { width:100%; height:100%; object-fit:cover; object-position:50% 80%; }
@media(max-width:950px) { .facility-grid .sheye-card-photo--factory { height:180px; } }
@media(max-width:700px) { .facility-grid .sheye-card-photo--factory { height:260px; } }
