Source: https://stackoverflow.com/a/56459700
- remove the width and height properties ex: width="375" height="137"
- add this property preserveAspectRatio="none"
- add the viewbox property (containing your original width and height that you just removed viewBox="0 0 375 137"
In your css file on the element that contains your svg background:
- add the property: background-size: 100% 100%;