CSS grid trick that places elements of the grid on top of each other, making the container always as tall as the tallest child.
A common pattern is hero banners with text such as this which on mobile get cropped when using absolute positioning.
More info: CSS display: stack