/* Project */
.project-block__title, 
.project-block__subtitle {
    margin-bottom: 0.5em;
}
.project-block__figure {
  padding-top: 66%;
  position: relative; 
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.project-block:hover img {
    transform: scale(1.050)
}

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

h3.project-block__title {
  display: inline-table;
}

/* Tablet */
@media only screen and (min-width: 425px) {
  .project-block__figure {
    padding-top: 66%;
  }
}

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