/*
Theme Name: mwi
Author: Manuel Kornhaas, mwi GbR
Description: Ein individuelles WordPress-Theme für mwi.
Version: 2.1.0
License: GPL v2
License URI: https://www.gnu.org/licenses/licenses.html
Text Domain: mwi
*/

.horizontal-section {
  max-width: 100vw;
  overflow-x: hidden;
}

@media only screen and (max-width: 1024px) {
  .module.project-grid .projects .project {
    aspect-ratio: 4 / 3 !important;
  }
}