An element has `aspect-ratio: 16 / 9` and an explicit `height: 200px` is also set, but no width. What happens to the aspect ratio?.box { aspect-ratio: 16 / 9; height: 200px; }