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

.i2c-jf-logo-background {
    background: linear-gradient(44.4deg, #006AACEB 0%, #9fd1fff7 100%);
    max-width: unset !important;
}

.i2c-jf-logo-background img{
  max-width: 150px !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/Joint_Forces_c_Ruiz-Cruz_2110_37-scaled-e1663082275761.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin-top: 100px;
  min-height: 200px;
}

.i2c-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(44.4deg, #006AAC8C 0%, #9fd1ff91 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 (min-width: 768px) {
  .i2c-hero {
    height: 40vh !important;
  }
} */

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

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

.i2c-join-community {
  max-width: 850px !important;
}