/* Parallax display issue fix */
.parallax-mirror {
	z-index: 0 !important;
}
.container-with-overlay {
	position: relative;
}
.container-with-overlay::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: rgba(255, 255, 255, .8); */
}