.relative {
	position: relative;
}

/**.stretched-link parent must be overflow: hidden; or position: relative; */
                    

.stretched-link-ts::after {
	position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: auto;
        content: "";
        background-color: rgba(0, 0, 0, 0);
}

.no-stretch-ts {
        position: relative;
        z-index: 2;
}
