
.profile-video {
position: relative;
  width: 100%; /* adjust as needed */
  max-width: 1600px;
  aspect-ratio: 16 / 9; /* approx iPhone screen ratio */
  margin: 36px auto 24px;
  background-color: #708090;
  border-radius: 16px;
  background: url(/images/neil-photo.webp) no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .profile-video {
    border-radius: 8px;
  }
}


.about-content-wrap {
      margin: auto;
    max-width: 1024px;
    width: 100%;
}

