
    img.item-img-logo-overlay {
        position: absolute !important;
        bottom: 12px !important;
        right: 12px !important;
        max-width: 10% !important;
        max-height: 10% !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        pointer-events: none !important;
        z-index: 2 !important;
        transform: translateZ(0) !important;
    }
    @media (max-width: 767px) {
        .item-image {
            position: relative !important;
        }

        img.item-img-logo-overlay {
            position: absolute !important;
            bottom: 8px !important;
            right: 8px !important;
            top: auto !important;
            left: auto !important;
            max-width: 14% !important;
            max-height: 14% !important;
            width: auto !important;
            height: auto !important;
            margin: 0 !important;
        }
    }
    
