.badge-container.new-product {
    margin-top: 0;
}
.product-gallery {
    overflow: hidden;
}
.wc-new-badge {
    height: auto;
    width: auto;
    padding: 5px;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    font-weight: 800;
    background: #197903;
    color: #eee;
    text-align: center;
}
.wc-new-badge.right {
    right: 0;
}
.wc-new-badge.left {
    left: 0;
}
@media only screen and (max-width: 768px) {

}