I have been attempting to create a square shape that is responsive, with the width determined by the height of the element (100%). I personally think achieving this using CSS alone is not possible.
The goal is for the square's width to match its height (which is 100% of the larger container's height, exceeding 100% of the screen size). This ratio must be maintained to retain the square shape.