/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 19 2024 | 19:28:05 */
.left-gradient-box:before{
	content: '';
	width: 30px;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(-90deg, transparent, rgba(0,0,0,0.4));
}

.right-gradient-box:after{
	content: '';
    width: 30px;
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.4));
}
