/*nested link start*/
.nestedlink.outer {
    position: relative;
}

.nestedlink.overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

/*
.nestedlink.inner:after
{
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top,
       rgba(255,255,255, 1) 2%,
       rgba(255,255,255, 0) 20%
    );
    pointer-events: none;
}
*/

.nestedlink.inner {
    position: relative;
    pointer-events: none;
    z-index: 1;
}

.nestedlink.inneritem {
    pointer-events: all;
}
/*nested link end*/

