.patient-video.mobile{
  display: none;
}

.mission-video.mobile{
  display: none;
}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 1900px) {
  .patient-story-section {
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
  }
}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .patient-story-section {
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (max-width: 991px) {
  .patient-story-text {
    padding: 25px;
  }
  .patient-story-section {
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .logo img {
    width: 100%;
  }

  .peoples-section {
    padding-right: 0px;
  }

  .peoples-section:after {
    width: 15px;
  }

  .agenda {
    padding-left: 15px;
    padding-right: 15px;
  }
  .left-box {
    padding: 60px 30px 30px;
  }

  .left-box h2 {
    font-size: 28px;
  }

  .contact-form {
    padding: 30px;
  }

  .objectives {
    padding-right: 15px;
  }

  .info-section .info-graphic {
    margin: 0 auto;
    display: table;
  }

  .cta-menu-group {
    top: 140px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    min-width: 347px;
  }

  .cta-menu-group.sticky {
    transform: none;
    left: 0;
  }

  .main-title {
    font-size: 30px;
    line-height: 1.2;
    padding-top: 100px;
    padding-right: 20px;;
  }

  .info-section .info-text {
    text-align: center;
  }

  .patient-video {
    display: none;
  }

  .patient-video.mobile{
    display: block;
  }

  .patient-story-section {
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
  }

  .patient-story-content {
    margin-bottom: 60px;
  }

  .mission-section {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 60px;
  }

  .mission-section h2.underline-red {
    align-items: center;
    align-self: center;
  }

  .mission-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mission-text{
    max-width: 100%;
    text-align: center;
    padding-left: 15px;
  }

  .mission-stat{
    margin-top: 25px;
  }

  .mission-stat p{
    margin-bottom: 10px;
  }

  .mission-video {
    display: none;
  }

  .mission-video.mobile {
    display: block;
    width: 100%;
    margin: 30px auto 30px auto;
  }

  .trial-content{
    max-width: 100%;
    display: block;
    text-align: center;
    overflow: hidden;
    z-index: 0;
  }

  .trial-image{
    height: auto;
    margin: 0 auto;
  }

  .trial-info{
    text-align: center;
    display: table;
    margin: 0 auto;
  }

  .trial-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .trial-stat, .trial-cost{
    display: block;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    z-index: 0;
  }

  .trial-stat span, .trial-cost span{
    display: block;
    margin-bottom: 15px;
  }

  .trial-stats .text-right{
    display: block;
  }

  .accordion-button.active{
    z-index: 0;
  }

  .sponsor-logos{
    display: block;
    margin: 0 auto;
    overflow: hidden;
  }

  .sponsor-logo{
    width: 50%;
    float: left;
    margin: 0 !important;
  }

  .social-buttons{
    display: grid;
  }

  .social-button{
    padding: 15px 40px 15px 20px;
    height: 65px;
  }

  .footer-section .container-xl{
    display: block;
    overflow: hidden;
  }

  .footer-section ul{
    float: left;
  }

  .message {
    font-size: 12px;
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .message p:first-of-type {
    margin-left: 222px;
    padding-left: 10px;
    max-width: 90%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .message br {
    display: none;
  }

  .message small {
    display: block;
    margin-top: 0px;
    text-align: center;
  }

  .footer-logo{
    position: static;
    display: table;
    margin: 15px auto 0px auto;
  }

  .side-menu .menu-content ul.main-menu li{
    font-size: 26px;
    margin-right: 175px;
  }

  #donateBtn.sticky{
    /*bottom: 20px;*/
    top: 0;
    left: 0;
    right: initial;
    width: 100%;
    border-radius: 0;
    text-align: center;
    display: block;
  }

  .info-section{
    overflow: hidden;
  }

  .info-section .info-text{
    max-width: 100%;
  }
  
  .header{
	  background-position-x: 95%;
	  position: relative;
  }

  .header .container-xl{
	  position: relative;
	  z-index: 1;
  }

  .header:after{
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
  }
}

/* Mobile Layout: 425px. */
@media only screen and (max-width: 425px) {
  .info-section .info-graphic .info-box{
    width: 100%;
    margin-left: 0px;
  }
  .info-section .info-graphic .info-img{
    right: 330px;
    top: 60px;
  }
  .info-section .info-graphic .info-box p{
    margin: 0;
  }

  .trial-info{
    width: 100%;
  }

  .message p:first-of-type{
    display: block;
    font-size: 12px;
    margin-left: 0px;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-top: 220px;
    text-align: center;
  }

  .message small {
    display: block;
    text-align: center;
  }
}
