import styled from '@emotion/styled';

export const ImageContainer = styled.figure`
  position: relative;
  height: 50svw;
  max-height: 375px;
  margin-bottom: 20px;
  > img {
    position: absolute;
  }
`;
