body {
  margin: 0;
  padding: 0;
}

.project__parallax {
  position: relative;
  width: 100%;
  height: 70vh;
  transition: all 0.2s ease-in;
  -webkit-clip-path: polygon(50% 0%, 100% 61%, 100% 100%, 0 100%, 0 63%);
          clip-path: polygon(50% 0%, 100% 61%, 100% 100%, 0 100%, 0 63%);
}

.project__parallax img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 300px) and (max-width: 480px) {
  #project__parallax {
    display: none;
  }
}/*# sourceMappingURL=image.css.map */