@media (min-width: 768px) {
  .template-collection .flexible-layout .column--third {
    width: calc(50% - var(--gutter));
  }
  .template-collection .flexible-layout .column--third .height--adapt.image-overlay .background-image:after {
    padding-top: 50.97%;
  }
}
@media (min-width: 1600px) {
  .template-collection .flexible-layout .column--third .height--adapt.image-overlay .background-image:after {
    padding-top: 43.97%;
  }
}