.imglabel {
    position: absolute;
    bottom: 0;
    z-index: 3;
    white-space: nowrap;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 8px;
    transition: opacity 0.3s linear;
}

.product-item-container:hover .imglabel {
    opacity: 0;
}

.product__media .imglabel {
    display: none;
}

.fotorama-item > .fotorama__wrap > .fotorama__stage .imglabel {
    display: block;
}