.hero {
    background-image: url("../../static/images/livin-blended.png");
    display: block;
    margin-left: auto;
    background-size: contain;
    background-repeat: no-repeat;
  width: 50%;
  aspect-ratio: 9 / 9;
}