/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MagentoProductLabels
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

@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;
}