html body .efb-card__media--catalog-framed{
--efb-catalog-image-framing:0.8.483
}
html body .efb-card__media--catalog-framed .efb-card__image--catalog-framed{
transform:scale(var(--efb-image-zoom,1))!important;
transform-origin:var(--efb-image-focus-x,50%) var(--efb-image-focus-y,50%)!important
}
html body .efb-listings-page .efb-card .efb-card__media--catalog-framed .efb-card__image--catalog-framed,
html body .efb-listings-page .efb-buying-card .efb-buying-card__media.efb-card__media--catalog-framed .efb-card__image--catalog-framed{
transform:scale(var(--efb-image-zoom,1))!important;
transform-origin:var(--efb-image-focus-x,50%) var(--efb-image-focus-y,50%)!important
}
html body.single-efb_listing .efb-detail__media .efb-card__media--detail-hero.efb-card__media--vendor-photo.efb-card__media--catalog-framed .efb-card__image--detail-hero.efb-card__image--catalog-framed{
transform:rotate(-3.5deg) translateY(8px) scale(var(--efb-image-zoom,1))!important
}
@media(max-width:760px){
html body.single-efb_listing .efb-detail__media .efb-card__media--detail-hero.efb-card__media--vendor-photo.efb-card__media--catalog-framed .efb-card__image--detail-hero.efb-card__image--catalog-framed{
transform:rotate(-2.5deg) scale(var(--efb-image-zoom,1))!important
}
}