.svg-banner {
  padding: 2rem 2rem 0 2rem;
  width: 100vw;
}

.svg-banner__inner {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 41.38%;
}

.svg-banner__svg-container svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: auto;
}