@media only screen and (max-width: 1350px) and (min-width: 1200px) {
  .About #header #nav a {
    font-size: 14px;
  }
  .About #content {
    background-position-x: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  .About ::-webkit-scrollbar-thumb {
    background: #373534 !important;
  }
  .About #all {
    overflow: auto;
  }
  .About #all ::-webkit-scrollbar-thumb {
    background: red !important;
  }
  .About #all #left {
    flex: 1 1 60%;
  }
  .About #all #left #main-content {
    align-items: normal;
    position: static;
    background: white;
    padding: 100px 50% 200px 10%;
  }
  .About #all #left #header {
    z-index: 2;
    width: 55%;
  }
  .About #all #content {
    position: fixed;
    right: 0;
    width: 40%;
    pointer-events: none;
  }
}
@media only screen and (max-width: 1200px) {
  .show-on-mobile {
    display: block !important;
    max-width: 100%;
    margin: 0 auto 50px;
  }
  #content {
    display: none !important;
  }
  .header-gradient {
    opacity: 0 !important;
    z-index: 2 !important;
  }
  #header {
    z-index: 3 !important;
  }
  body.About #all #left {
    padding-left: 0;
    padding-right: 0;
    height: auto !important;
  }
  body.About #all #left #header {
    position: static !important;
    padding-left: 12%;
    padding-right: 12%;
  }
  body.About #all #main-content {
    padding: 40px 0% 12% 0%;
    display: block;
  }
  body.About #all #main-content section {
    display: block;
    padding: 0 12%;
  }
  body.About #all #content img {
    display: block !important;
    opacity: 0;
    max-width: 100%;
  }
}
.About #all {
  overflow: auto;
}
.About #all ::-webkit-scrollbar-thumb {
  background: red !important;
}
.About #all #left {
  flex: 1 1 60%;
  display: block;
}
.About #all #left #main-content {
  align-items: normal;
  position: static;
  background: white;
}
.About #all #left #header {
  z-index: 2;
  position: fixed;
  top: 40px;
  left: 30px;
}
.About #all #content {
  background: url('../i/2023-about.jpg');
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  right: 0;
  pointer-events: none;
}
.About #all #content img {
  display: none;
}
.About .header-gradient.light {
  height: 140px;
  background: -moz-linear-gradient(top,#ffffff 50%,rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top,#ffffff 50%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,#ffffff 50%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0);
}
.About .header-gradient {
  z-index: 1;
  position: fixed !important;
}
.About section p:first-of-type::first-letter {
  float: left;
  font-size: 60px;
  margin: 0 4px 0 0;
  line-height: .7;
  font-weight: 200;
  color: #373534;
}
.About .signature-asid {
  position: absolute;
  width: 26%;
  max-width: 300px;
  right: 10%;
  top: 32%;
}
.About p {
  font-size: 19px;
  color: #373534;
}
@media only screen and (max-width: 1500px) {
  .About #all #content {
    background-position-x: 15%;
  }
}
.About .footer-gradient {
  position: fixed;
  bottom: 0;
  height: 150px;
  pointer-events: none;
  z-index: 0;
  right: 0;
  left: 0;
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 60%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 60%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#ffffff 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
}
.About .footer-gradient.clear {
  display: none;
}
