/*
Add your custom CSS below.
*/
/*# sourceMappingURL=custom.css.map */

.fixed-bg-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
		background-color:rgba(0, 0, 0, 0.4);
}