{"version":3,"file":"AspectRatio.module.cjs","names":[],"sources":["../../../src/components/AspectRatio/AspectRatio.module.css"],"sourcesContent":[".root {\n  --ar-ratio: 1;\n  max-width: 100%;\n\n  & > :where(*:not(style)) {\n    aspect-ratio: var(--ar-ratio);\n    width: 100%;\n  }\n\n  & > :where(img, video) {\n    object-fit: cover;\n  }\n}\n"],"mappings":""}