  /**
 * @file
 * team section styles below 768
 */
  :root {
    --reveal-section-height: 80vh;
    --img-center-width: 60%;
    --img-top-left-width: 35%;
    --img-top-left-top: 8%;
    --img-top-left-left: 5%;
    --img-bottom-left-width: 25%;
    --img-bottom-left-bottom: 3%;
    --img-bottom-left-left: 4%;
    --img-top-right-width: 25%;
    --img-top-right-top: 1%;
    --img-top-right-right: 5%;
    --img-bottom-right-width: 37%;
    --img-bottom-right-bottom: 11%;
    --img-bottom-right-right: 1%;
  }
