.accurate-video {
    max-width: 100%;
}

.accurate-video .the-image {
    position: relative;
    max-width: 100%;
}

.accurate-video .the-image > a {
    position: relative;
    display: block;
}

.accurate-video .the-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.accurate-video .the-title:hover {
    background: rgba(255, 255, 255, 0.5);
}

.accurate-video .the-title span.btn.btn-default {
    display: none;
    position: relative;
    z-index: 2;

}

.accurate-video .the-title:hover span.btn.btn-default {
    display: block;
}

.accurate-video {
    padding: 10px 0;
}

.accurate-video h3 {
    margin: 0;
}

.accurate-video img.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* My Comment */

/* added January 16, 2023	tallacman - kludge to. remove current link added in block controller */

span.remove-anchor a {
    display: none;
}