.single-image{position:relative;}
.single-image .image-banner{position:relative;padding-bottom:var(--ratio-percent);height:0;}
.single-image .image-banner img, .single-image .image-banner svg{position: absolute;inset: 0;width: 100%;height:100%;object-fit: cover;z-index: 3;}
  @media screen and (max-width: 749px) {
    .single-image .image-banner{padding-bottom:var(--m-ratio-percent);}
  }