theonlychase
11/6/2018 - 7:47 PM

Dark overlay to Image

.start-browsing-content .position-relative:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: background 1s ease;
}