@charset "UTF-8";

.parallax_img {
    position: absolute;
    left: 0;
    background-blend-mode: soft-light;
    background-position: 50% 50% !important;
    background-color: rgba(245,222,179,0.5);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    width: calc(100% + 20px);
    margin-left: -10px;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}