@media (max-width: 480px), (min-width: 481px) and (max-width: 1024px)  {
  .donation-splash-container {
    align-items: flex-end;
  }
  .donation-logo {
    display: none;
  }

  .donation-card {
    margin: 20px;
    width: 100%;
  }

  .donation-card h3 {
    width: 100%;
    font-size: 20px !important;
    margin-top: 40px;
  }

  .donation-card .sub-text {
    width: 100%;
  }

  .donation-card .btn-red {
    margin-top: 10px;
  }
  

  .donation-amount-radio-buttons label {
    border-radius: 15px !important;
  }

  /* Proud to Partner */
  #mobile-proud-to-partner {
    font-size: 25px;
    margin: 40px 0 20px 0px;
    padding: 20px;
  }

  .proud-partner-mobile img {
    width: 100%;
  }
  .proud-partner-mobile.rare {
    height: auto;
    min-height: 0;
    width: 30%;
    padding: 20px 20px 0 20px;
  }

  .proud-partner-mobile.organ {
    height: auto;
    min-height: 0;
    width: 30%;
    padding: 20px 20px 0 20px;
  }

  .proud-partner-mobile.pvri {
    height: auto;
    min-height: 0;
    width: 30%;
    padding: 20px 20px 0 20px;
  }

  .proud-partner-mobile.lung {
    height: auto;
    min-height: 0;
    width: 50%;
    padding: 0px 10px;
  }
  .proud-partner-mobile.uct {
    height: auto;
    min-height: 0;
    width: 50%;
    padding: 0px 10px;
  }

  /* Quick Facts */

  #mobile-quick-facts h2 {
    padding: 20px 20px 0 20px;
    font-size: 20px;
    margin: 40px 0 20px 0;
    line-height: 37px;
  }

  #mobile-quick-facts h2 span {
    font-size: 30px;
  }

  .quick-facts-swiper {
    width: 100%;
  }

  .quick-slide {
    padding: 0 20px 40px 20px;
  }

  .quick-fact {
    width: 100%;
    margin: 0px;
    height: 100%;
  }

  .quick-fact-info {
    padding: 20px;
    min-height: 380px;
  }

  .quick-fact p {
    margin: 0;
  }

  #mobile-quick-facts h4 {
    margin: 0;
  }

  /* How to Help */
  #mobile-how-to-help h2 {
    padding: 20px 20px 0 20px;
    font-size: 20px;
    line-height: 37px;
  }

  #mobile-how-to-help h2 span {
    display: block;
    font-size: 30px;
  }

  .help-swiper {
    height: auto;
    width: 100%;
  }

  .help-swiper-slide {
    width: 100%;
    padding: 20px 30px 40px 30px;
  }

  .help-card {
    box-shadow: 0px 0px 15px 0px rgb(230, 230, 230);
    width: 100%;
    margin: 0px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    min-height: 300px;
  }

  /* videos */
  .video-container {
    display: block;
    padding: 20px;
  }

  .video-title {
    bottom: 10px;
    left: 10px;
  }
  .video-title p {
    font-size: 15px;
    max-width: 75%;
  }

  .video-cover {
    padding: 10px;
    margin: 0;
  }
  .video-cover h5 {
    font-size: 15px;
  }

  .video-grid-item-1 {
    margin: 0px 0;
  }

  .video-grid-item {
    height: 150px;
    margin: 10px 0;
  }

  .video-grid-item:first-child {
    height: 250px;
  }
  .video-cover {
    height: 100%;
  }


  #index .video-3 {
    object-position: 0;
  }

  /* Support Payment */

  #support-jenna {
    text-align: left;
    padding: 0px 20px 10px 20px;
    margin-top: 60px;
  }

  #support-jenna h2 {
    font-size: 32px;
  }

  #support-jenna p {
    width: 100%;
    margin: 20px auto 0px auto;
  }

  .payment-swiper {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }

  .payment-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .support-payment-option {
    width: 100%;
    min-height: 75vh;
  }

  .support-payment-option h2 {
    font-size: 32px;
  }

  .support-payment-content {
    padding: 20px;
  }

  .support-payment-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .support-payment-image img {
    height: auto;
    width: 100%;
  }


  /* Footer Nav */

  .foot-swiper {
    width: 100%;
    padding-bottom: 20px;
  }

  .foot-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .jenna-foot-nav-card {
    width: 100%;
  }

  .jenna-foot-nav-card h3 {
    font-size: 30px;
    white-space: nowrap;
  }

  /* Organ */

  #trust-organ {
    margin-top: 40px;
    padding: 0;
  }

  .trust-organ-container {
    height: auto;
    background: white;
    position: static;
  }

  .trust-organ-element {
    position: static;
    width: 100%;
    padding: 40px;
    background: #f8f8f8;
  }
}
