@charset "UTF-8";

/*  */

/*  */

.pinbox1 {
  width: 100%;
  height: inherit;
  clip-path: polygon(0 0, 33% 0, 67% 100%, 0% 100%);
}

.pinbox2 {
  width: 100%;
  height: inherit;
  clip-path: polygon(67% 0, 100% 0, 100% 100%, 33% 100%);
  z-index: 100;
}

.pinbox3 {
  width: 100%;
  height: inherit;
  clip-path: polygon(0 0, 33% 0, 67% 100%, 0% 100%);
}

.leftbox2 {
  width: 100%;
  height: inherit;
  clip-path: polygon(0 0, 50% 0, 25% 100%, 0% 100%);
}

.pinbox {
  height: 100vh;
  position: relative;
}

.bggreen {
  background-color: rgb(26, 120, 70);
}

.bgorange {
  background-color: chocolate;
}

.bgblue {
  background-color: #0099ff;
}

.pinbox img {
  /* aspect-ratio: 16/9; */
  object-fit: cover;
  height: 100vh;
  margin: 0;
}

.pinbox h4 {
  font-size: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  text-shadow: 0 0 4px #000;
  position: absolute;
  top: 50%;
  color: white;
}

.pinbox p {
  font-size: 1.25rem;
  width: 30%;
  position: absolute;
  top: 40%;
  color: white;
}

.left {
  left: 10%;
}

.right {
  right: 10%;
}

@media (max-width: 768px) {
  .pinbox h4 {
    font-size: 2.25rem;
    top: 15%;
    left: 20%;
  }

  .pinbox p {
    font-size: 1.25rem;
    width: 35%;
    top: 30%;
    text-shadow: 0 0 4px #333;
  }
}
