.row-background {
  background-position: bottom !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@media (min-width: 576px) and (max-width: 991px) {
  .row-background {
    background-position: right !important;
    padding-top: 2vw;
  }
}

@media (max-width: 575px) {
  .row-background {
    background-position: top !important;
    padding-top: 2vw;
  }
}

