/* Breaks image out of its parent container to fill the screen on mobile */ const ImageWrapper = ({ children }) => (
{children}
) export default ImageWrapper