/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.image-section img {
  margin: 2em auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  max-height: 500px;
  width: 100%; }

.image-section.border-radius img {
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover; }

/*# sourceMappingURL=image.css.map */
