
.pdp-tab.tech-feature {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 295px;
    height: 172px;
    box-sizing: border-box;
    line-height: 1;
    margin-bottom: 10px;
}

.pdp-tab.tech-feature .full-link-pdp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pdp-tab.tech-feature .pdp-tab-content {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}


.pdp-tab.tech-feature .pdp-tab-content p.pdp-tab-description {
	color: white;
	letter-spacing: .05em;
	font-size: 11px;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
    position: absolute;
    width: 100%;
    bottom: 9px;
}

/* tab specific styles */
#pdp-tab-FLEXFWD.pdp-tab.tech-feature .pdp-tab-content .pdp-tab-description {
    letter-spacing: .2em;
}
#pdp-tab-NanoToe.pdp-tab.tech-feature .pdp-tab-content .pdp-tab-description {
    bottom: 103px;
}
#pdp-tab-StreetShield.pdp-tab.tech-feature .pdp-tab-content .pdp-tab-description {
    bottom: 25px;
    letter-spacing: 0.15em;
}

@media screen and (min-width: 322px) {
    /* DESKTOP */
    .pdp-tab.tech-feature {
        width: 382px;
        height: 223px;
        margin-bottom: 40px;
    }
    .pdp-tab.tech-feature .pdp-tab-content {

    }
    .pdp-tab.tech-feature .pdp-tab-content p.pdp-tab-description {
    	font-size: 12px;
    	font-weight: bold;
    	line-height: 1.25em;
    }
    /* tab specific styles */
    #pdp-tab-NanoToe.pdp-tab.tech-feature .pdp-tab-content .pdp-tab-description {
        bottom: 135px;
    }
    #pdp-tab-StreetShield.pdp-tab.tech-feature .pdp-tab-content .pdp-tab-description {
        bottom: 35px;
    }
}
