.vc-programming-wrap a {
    display: block;
    opacity: 1;
    border-bottom: 0 !important;
    text-decoration: none;
}

.vc-programming-wrap a:hover {
    text-decoration: none;
}

.vc-programming-wrap .vc-programming-img-block {
    overflow: hidden;
}

.vc-programming-wrap .vc-programming-img {
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 107%;
    opacity: 1;
    transition: background-size 1s ease;
    transition-delay: 0.15s;
    z-index: 2;
    cursor: pointer;
    position: relative;
    display: block;
}

.vc-programming-wrap .vc-programming-img:hover {
    background-size: 120%;
}

.vc-programming-wrap .vc-programming-img:hover::before {
    content: '';
    opacity: 0.15;
    height: 100%;
    width: 100%;
    position: absolute;
    background: var(--color-black);
    display: block;
    z-index: 1;
}

.vc-programming-wrap .vc-programming-content {
    padding-top: 30px;
    margin-bottom: 20px;
}

.vc-programming-wrap .vc-programming-text {
    padding-top: 20px;
}

.vc-programming-wrap .vc-programming-title {
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    font-family: var(--font-ABCDiatype-bold);
    font-size: var(--font-size-post-title);
    line-height: 110%;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    margin-bottom: 0;
}

.vc-programming-wrap p {
    font-family: var(--font-BradfordLL-regular);
    font-size: var(--font-size-paragraph) !important;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 110%;
}

.vc-programming-wrap .vc-programming-button {
    font-family: var(--font-ABCDiatype-bold);
    font-size: var(--font-size-small) !important;
    line-height: 110%;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    padding: 0;
    display: inline-block;
    margin-top: 15px;
    transition: none;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: currentcolor;
    text-underline-offset: 4px;
}

.vc-programming-wrap .vc-programming-button span {
    font-size: var(--font-size-small) !important;
    font-family: var(--font-ABCDiatype-bold);
    line-height: 110%;
    text-transform: uppercase;
}

@media screen and (max-width: 576px) {

    .vc-programming-wrap .vc-programming-img {
        height: 250px;
    }

    .vc-programming-wrap .vc-programming-title {
        margin-bottom: 0 !important;
    }

    .vc-programming-wrap .vc-programming-content {
        padding-top: 20px;
        margin-bottom: 0;
    }

}