/**
 * 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
 */
.part.image .inner-image {
  position: relative;
  width: 100%;
  height: 100%; }

.part.image img {
  max-height: 100%;
  width: auto;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover; }

.part.image:nth-child(2n + 1) img {
  width: 73%;
  height: 75%;
  top: 9%;
  left: 19%; }

.part.image:nth-child(3n + 1) img {
  width: 80%;
  height: 80%;
  left: 10%;
  top: 3%; }

.part.image:nth-child(4n + 1) img {
  width: 65%;
  height: 80%;
  left: 25%;
  top: 15%; }

.part.image:first-of-type img {
  width: 85%;
  height: 74%; }

.part.image.small img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 5%;
  left: 15%; }

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