/* Project */
.project-block {
    margin-bottom: 0.5em;
}
.project-block__figure {
  padding-top: 133.33%;
  position: relative; 
  margin-bottom: 0.5rem;
  overflow: hidden;
}


.project-block__figure img, 
.project-block__figure video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; 
  object-fit: cover;
  transition: 300ms;
}

/* Desktop */
@media only screen and (min-width: 800px) {
  .project-block__figure {
    padding-top: 133.33%;
  }
}