import styled from 'styled-components'; export const ThumbnailsWrapper = styled.div` display: inline-flex; flex-direction: column; `;