/**
* @File
*
* Super basic styles. These should be easily overridden by the theme
*/

.media {
  max-width: 100%;
}

.media img {
  max-width: 100%;
  height: auto;
}

.media .field--name-field-long-description {
  margin-top: 1em;
}
