@charset "UTF-8";
/* Copyright © 2008-now Harris Blondman, visual, communication, and studio. All rights reserved. www.harrisblondman.nl
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.introduction-image {
  position: relative;
  width: 100%;
}
.introduction-image .entry-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  mix-blend-mode: multiply;
}
.introduction-image .entry-text h3 {
  padding: 0 1em;
  background-color: rgb(255, 255, 255);
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
  color: rgb(0, 0, 0);
}
.introduction-image .container-image .entry-image p img {
  width: 100%;
  height: 80vh;
  object-fit: contain;
}
