import {css} from 'lit'; export const styles = css` img, previewbox-skeleton-shape, .fallback-img { width: 100%; height: 100%; object-fit: cover; position: absolute; display: flex; align-items: center; justify-content: center; top: 0; left: 0; border-radius: 0 2px 2px 0; margin: 0; background-color: var(--pb-fallback-img-background); svg { width: 40px; height: 40px; color: var(--pb-fallback-img-color); } } `;