.blur-scroll-wrap {
    position: relative;
}

.top-blur,
.right-blur,
.bottom-blur,
.left-blur {
    position: absolute;
    z-index: 1;
}

.top-blur {
	top: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.1) 100%);
}

.bottom-blur {
	bottom: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 1) 100%);
}

.left-blur,
.right-blur {
    top: 0;
}

.left-blur {
    left: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.right-blur {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
}

@media only screen and (max-width: 767px) {
    .right-blur.chevron {
        background: url('blur-text-plugin/images/ICN-chevron-right.svg'), linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
        background-repeat: no-repeat;
        background-position: center 75%;
    }
}
