.bg-white-overlay {
  color: #fff;
  background-color: $light-white;
}

.bg-dark-overlay {
  color: #fff;
  background-color: $light-black;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
