AilaM
11/14/2019 - 11:01 PM

set overlay tint for blocks w/image

#block-footer-ascend:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.4;
}

#block-footer-ascend .block__title, #block-footer-ascend .block__content {
  position: relative;
}