.about-block-full-width-banner {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 1em 0;
  box-sizing: border-box;
  background-image: url('/_flysystem/fedora/2026-03/gml-hero%20%281%29.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Desktop */
@media screen and (min-width: 1024px) {
  .about-block-full-width-banner {
    width: 100vw;
    min-width: 100vw;
    height: 500px;
    margin: 1em calc(-50vw + 50%);
    aspect-ratio: auto;
  }
}

.about-banner-image-block-wrapper{
	  margin-top: 3em;
	  margin-bottom: 3em;
	  text-align: center;
}
