.aboutMe p {
  margin-bottom: 30px !important;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 400;
}
.aboutMe img,
.aboutMe video {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
.aboutMe video {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.aboutMe .videoContainer {
  position: relative;
}
.aboutMe .headerPhotos {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 2.1;
  border-radius: 0px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.aboutMe .headerPhotos img {
  display: block;
  height: 100%;
  width: auto;
  border-radius: 0px;
  max-width: 250px;
} /*# sourceMappingURL=aboutMe.css.map */
