.entity-gallery{width:100%;min-width:0;overflow:hidden}.entity-gallery .gallery-main{box-sizing:border-box;border-radius:var(--radius-lg);border:1px solid var(--border-color);background:var(--card-bg);width:100%;min-width:100%;max-width:100%;display:block;overflow:hidden}.entity-gallery .gallery-main .photo{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;width:100%;min-width:100%;display:block}.entity-gallery .gallery-thumbs{margin-top:8px}.entity-gallery .gallery-thumbs .thumb-slide{flex-shrink:0;width:64px}.entity-gallery .gallery-thumbs .thumb-slide.active .thumb-btn{border-color:var(--main-color)}.entity-gallery .gallery-thumbs .thumb-btn{border-radius:var(--radius-md);cursor:pointer;background:0 0;border:2px solid #0000;width:100%;padding:0;display:block;overflow:hidden}.entity-gallery .gallery-thumbs .thumb{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;width:100%;display:block}.entity-gallery .gallery-fallback{border-radius:var(--radius-lg);border:1px solid var(--border-color);overflow:hidden}.entity-gallery .gallery-fallback .photo{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;width:100%}@media only screen and (width>=600px){.entity-gallery .gallery-thumbs .thumb-slide{width:72px}}@media only screen and (width>=1200px){.entity-gallery{max-width:420px}}
