.about {
  overflow: hidden;
}

.about .about-panel {
  padding-bottom: 0;
}

.about .about-panel-cta {
  display: inline-block;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
}

.about .about-intro {
  position: relative;
  padding-bottom: 20px;
}

.about .about-intro .about-intro-background {
  position: absolute;
  top: 50%;
  right: -20px;
  bottom: 0;
  left: -20px;
}

.about .about-intro .about-intro-desktop-background {
  display: none;
}

.about .about-intro .about-intro-text-container {
  position: relative;
}

.about .about-intro .about-intro-body {
  margin-bottom: 0;
}

.about .about-intro .about-intro-image {
  display: none;
}

.about .about-aims {
  padding-bottom: 0;
}

.about .about-cgf {
  padding-bottom: 0;
}

.about .about-cgf .about-cgf-title {
  color: #CB6994;
}

.about .about-cgf .about-cgf-body {
  color: #666666;
}

/* TABLET */

@media (min-width: 600px) {

  .about .about-intro {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .about .about-intro .about-intro-background {
    top: 55%;
    left: -60px;
    right: -60px;
  }

  .about .about-intro .about-intro-inner {
    position: relative;
  }

  .about .about-intro .about-intro-text-container {
    width: 50%;
    padding-bottom: 70px;
    position: relative;
  }

  .about .page-intro .page-intro-image {
    left: 58%;
    height: 65%;
  }

  .about .about-intro .about-intro-title {
    margin-bottom: 10px;
  }

  .about .about-cgf {
    padding-top: 90px;
  }

}

/* DESKTOP */

@media (min-width: 769px) {

  .about .about-panel-cta {
    margin-top: 30px;
  }

  .about .about-intro {
    padding-left: 60px;
    padding-top: 220px;
    background-color: transparent;
  }

  .about .about-intro .about-intro-background {
    left: 0;
    top: 50%;
    bottom: 0;
    z-index: 1;
    right: -99999px;
  }

  .about .about-intro .about-intro-desktop-background {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 16%;
    left: 0;
    background-color: #F4F4EE;
  }

  .about .about-intro .about-intro-inner {
    padding-left: 60px;
    background-color: transparent;
  }

  .about .about-intro .about-intro-text-container {
    width: 60%;
    position: relative;
    z-index: 2;
  }

  .about .about-intro .about-intro-image {
    left: auto;
    right: -20%;
    width: 50%;
    height: auto;
  }

  .about .page-intro .page-intro-image {
    height: 80%;
    top: 20%;
    left: 62%;
  }

  .body-about .twitter {
    padding-bottom: 60px;
  }

}

@media (min-width: 1000px) {
  
  .about .page-intro .page-intro-image {
    height: 120%;
    top: -20%;
    /*height: 100%;*/
    /*top: 0%;*/
    left: 65%;
  }

}