  section.background-image {
  background-color: #d9d9d9;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  position: fixed;
  width: 100%;
  z-index: -999;
}

article {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 40px 0;
  width: 1200px;
}

.donate-content {
  padding: 30px;
  width: 500px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
}

@media screen and (max-width: 767px) {
  section.background-image { 
    display: none;
  }
  .form-wrap iframe {
    max-width: 100% !important;
    min-width: 100% !important;
  }

  section.donate-content {
    max-width: 100%;
  }

  article.donate-wrap {
    max-width: 100%;
  }
}