.bg-initial{
  background: initial !important;
}

.bg-inherit{
  background: inherit !important;
}


.overlay-white {
  &:before {
    background-color: rgba(255, 255, 255, 0.5);
  }
}