.sponsor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: scroll;
  z-index: 110;

  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end; */
}

.sponsor .exhibition-container {
  margin-top: unset;
  /* overflow-x: unset; */
  overflow-y: hidden;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  /* height: 100%; */
  position: relative;
  margin: 0 auto;
  /* min-height: 780px; */
  min-height: 880px;
  height: calc(100% - 80px);
}

.sponsor-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sponsor-container-title {
  margin: 1rem 0;
  text-align: center;
}

.sponsor-wrapper {
  display: flex;
  flex-direction: row;
}

.sponsor-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem 8px;
}

.sponsor-container {
  font-size: 20px;
  margin-top: 80px;
  /* padding-bottom: 88px; */
}

.sponsor-container a {
  color: white;
  text-decoration: none;
}

.sponsor-container .border-bottom {
  border-bottom: solid white 1px;
}

.sponsor-title {
  font-size: 14px;
  margin: 0.6rem;
  margin-bottom: 3rem;
}

.sponsor-text {
  margin: 0.4rem;
  margin-top: 24px;
  text-align: center;
}

.sponsor-logo-wrapper {
  width: 100%;
  height: auto;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.sponsor-logo-text {
  width: 90%;
  color: black;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

.sponsor-logo {
  /* margin: 1rem 0 64px; */
  max-height: 44px;
}

.sponsor-logo img {
  max-height: 44px;
}

.sponsor-img {
  cursor: pointer;
}

.sponsor-title {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .sponsor-container .sponsor-wrapper {
    display: flex;
    flex-direction: column;
  }

  .sponsor-container .sponsor-sp-flex-row {
    flex-direction: row;
  }

  .sponsor-container {
    font-size: 16px;
    /* padding-bottom: 180px; */
  }

  .sponsor-title {
    font-size: 12px;
  }

  .sponsor-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sponsor .exhibition-container {
    min-height: unset;
    height: unset;
  }
}