h1.hero-title {
  display: none !important;
}

.photo-grid img {
  max-width: 500px !important;
}

.header-wrapper {
  display: none !important;
}

.i2c-hero {
  position: relative;
  width: 100%;
  height: 30vh; /* adjustable */
  display: flex;
  align-items: center;
  justify-content: center;

  background-image: url("https://i2c.tuwien.ac.at/wp-content/uploads/2022/09/DSC3517-e1678979624226.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin-top: 100px;
}

.i2c-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(44.4deg, #00153CD6 0%, #AB3F3EBA 100%);
  z-index: 1;
}

.i2c-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.i2c-hero__logo {
  max-width: 50%;
  height: auto;
}

@media (min-width: 2000px) {
  .i2c-hero {
    height: 20vh !important;
  }
}

/* @media (max-width: 768px) {
  .i2c-hero {
    height: 40vh !important;
  }
} */

@media (max-width: 440px) {
  .i2c-hero {
    height: 20vh !important;
  }

  .i2c-hero__logo {
    max-width: 70%;
    height: auto;
  }
}