.banner-area.bg-1.ceo-banner {
  background-image: url("../images/banner/ceo-banner-fit.jpg");
  background-size: 100%;
  background-position: top center;
}

@media only screen and (max-width: 991px) {
  .banner-area.bg-1.ceo-banner {
    background-size: cover;
    background-position: center top;
  }
}

.single-team .team-img.ceo-team-wrap {
  aspect-ratio: 625 / 746;
}

.single-team .team-img.ceo-team-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
