@media screen and (min-width: 215px) {
    .productLabels{
        width:37px;
    }
}

@media screen and (min-width: 297px) {
    .productLabels{
        width:52px;
    }
}
@media screen and (min-width: 392px) {
    .productLabels{
        width:71px;
    }
}

@media screen and (min-width: 913px) {
    .productLabels{
        width:100px;
    }
}

.productLabels{
    position: absolute;

}

.product.media{
    position: relative;
}