/* This class is for the js to load bg image and must be the the 3 rule */
.wrapper::after {
  background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.9s ease-in-out;
}
