div.onsale-category-container-grid {
    position: relative;
}

div.onsale-category-container-list {
    position: relative;
    /* float: left; */
}

.onsale-category-container {
    cursor: pointer;
    position: absolute;
    z-index: 100;
}

div.onsale-category-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
}

div.onsale-onsale-category-label-text {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

div.new-onsale-category-label-text {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

div.custom-onsale-category-label-text {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

/* @media only screen and (max-width: 1024px) {
	.onsale-category-container {
        background-size: 75%;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 620px) {
	.onsale-category-container {
        background-size: 60%;
    }
}

@media only screen and (max-width: 320px) {
	.onsale-category-container {
		background-size: 50%;
	}
} */

