Bug Fix - Container Queries
This version adds container query support for older browsers.
Currently, the contest tile uses container queries instead of media queries; while it is already widely supported at this point, this properly implements the container-query-polyfill to make sure that container queries work in older browsers that do not support it. This ensures that our component looks exactly as intended in older browsers.