/* MatrixAligner V2 — governed subpage banner system */

.matrixaligner-page-banner{
  width:100%;
  margin:20px 0 26px;
  overflow:hidden;
  border-radius:16px;
  line-height:0;
}

.matrixaligner-page-banner img{
  display:block;
  width:100%;
  height:auto;
  max-height:340px;
  object-fit:cover;
  object-position:center;
}

@media (max-width:700px){
  .matrixaligner-page-banner{
    margin:15px 0 20px;
    border-radius:12px;
  }

  .matrixaligner-page-banner img{
    max-height:none;
  }
}
