/**
 * 		Paragraph - Image CSS
 */

.paragraph--type--image .image-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.paragraph--type--image .field--name-field-caption {
  padding: 10px 10px 30px 10px;
  font-size: 1rem;
  line-height: 1.3rem;
}
