html, body, #projectContainer {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #000;
}

#projectContainer .left-wrapper {
  /* min-height: 790px; */
  position: relative;
}

#projectContainer .right-wrapper {
  /* min-height: 790px; */
  display: flex;
  flex-direction: column;
}

#projectContainer .right-wrapper .custom-ad-wrapper {
  flex-grow: 1;
  height: 50%;
}

#projectContainer .right-wrapper .contract-ad-wrapper {
  flex-grow: 1;
  height: 50%;
}

@media (min-width: 768px) and (min-height: 1024px) {
  #projectContainer {
    display: flex;
    flex-direction: column;
  }

  #projectContainer .left-wrapper {
    width: 100%;
    height: 50%;
  }

  #projectContainer .right-wrapper {
    width: 100%;
    height: 50%;
  }
}

@media (min-width: 1024px) and (min-height: 768px) {
  #projectContainer {
    display: flex;
    flex-direction: row;
  }

  #projectContainer .left-wrapper {
    width: 50%;
    height: 100%;
  }

  #projectContainer .right-wrapper {
    width: 50%;
    height: 100%;
  }
}

@media (min-width: 768px) and (min-height: 1366px) {
  #projectContainer {
    display: flex;
    flex-direction: column;
  }

  #projectContainer .left-wrapper {
    width: 100%;
    height: 50%;
  }

  #projectContainer .right-wrapper {
    width: 100%;
    height: 50%;
  }
}

@media (min-width: 1366px) and (min-height: 768px) {
  #projectContainer {
    display: flex;
    flex-direction: row;
  }

  #projectContainer .left-wrapper {
    width: 50%;
    height: 100%;
  }

  #projectContainer .right-wrapper {
    width: 50%;
    height: 100%;
  }
}

@media (min-width: 1080px) and (min-height: 1920px) {
  #projectContainer {
    display: flex;
    flex-direction: column;
  }

  #projectContainer .left-wrapper {
    width: 100%;
    height: 50%;
  }

  #projectContainer .right-wrapper {
    width: 100%;
    /* height: 50%; */
  }
}

@media (min-width: 1920px) and (min-height: 1080px) {
  #projectContainer {
    display: flex;
    flex-direction: row;
  }

  #projectContainer .left-wrapper {
    width: 50%;
    height: 100%;
  }

  #projectContainer .right-wrapper {
    width: 50%;
    height: 100%;
  }
}
