    .product-card {
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        color: #fff;
        overflow: hidden;
        min-height: 200px;
        z-index: -2;
    }

    .product-card:hover {
        color: #FFF !important;
    }

    .product-card__lecturer {
        position: absolute;
        width: 100%;
        height: 20px;
        left: 0;
        bottom: 10%;
        background-color: var(--color-accent);
        padding: 5px 10px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: x-small;
    }

    .product-card__lecturer span {
        position: absolute;
        z-index: 500;
    }

    .woocommerce ul.products li.product a img.video-image {
        position: absolute;
        bottom: 0;
        right: 0;
        width: auto;
        height: 100%;
        display: block;
        box-shadow: none;
        margin: 0;
    }

    .product-card__date {
        margin-left: 10%;
        display: inline-flex;
        align-items: center;
        background: var(--color-accent-2);
        padding: 6px 14px;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.4px;
        align-self: flex-start;
    }

    .product-card__date:hover {
        color: var(--color-accent) !important;
    }