Tell me how to solve this problem?
There is Bootstrap 4 - Row, he has a background-image file in the svg format specified in styles in a separate class. Row automatically stretches the width of the entire page with a fixed size in height.
Question: How to make background-image always fill 100% of Row dimensions - in height and width . That is, it is necessary that the background-image be stretched to the entire Row without preserving the proportions, since our height is fixed and the width depends on the screen resolution.