
.bg-silver-stars {
  background:white url('https://ctycms.com/mn-saint-paul/silver-stars.svg') center center;
  background-size:cover;
}

.bg-pattern-blue-stars::after {
  display:block;
  content:'';
  width:100%;
  height:5rem;
  background-image:url('https://ctycms.com/mn-saint-paul/green-blue-star-stripe-100x60.svg');
  background-position: top center;
  background-size:70px 42px;
  background-repeat:repeat-x;
}

.bg-pattern-yellow-stars::after {
  display:block;
  content:'';
  width:100%;
  height:5rem;
  background-image:url('https://ctycms.com/mn-saint-paul/yellow-orange-star-stripe-100x60.svg');
  background-position: top center;
  background-size:70px 42px;
  background-repeat:repeat-x;
}


.bg-pattern-yellow-circles::after {
  display:block;
  content:'';
  width:100%;
  height:5rem;
  background-image:url('https://ctycms.com/mn-saint-paul/yellow-orange-circle-stripe-100x60.svg');
  background-position: top center;
  background-size:70px 42px;
  background-repeat:repeat-x;
}

