.block-parallax {
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.block-parallax .parallax-img {
    background: url(/media/wysiwyg/maitokannu.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-blend-mode: overlay;
}

.block-parallax .parallax-img {
    height: auto;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 170vw;
    max-width: 170vw;
    z-index: 0;
}

.parallax-section.display-none {
    display: none!important;
}
