.entry-content {
font-size: 12px;
    line-height: 1.25;
}

.tpg-shortcode-main-wrapper .layout7 .rt-holder h3 a {

padding-top: 30%;
padding-left: 5%;
padding-right: 5%;
font-size: 14px !important;
color: white;

    position: absolute; /* Position relative to h3 */
    top: 0;
    left: 0;
    width: 100%; /* Fill the entire width of h3 */
    height: 100%; /* Fill the entire height of h3 */
    display: block; /* Ensure the a behaves like a block-level element */
    text-decoration: none; /* Optional: Remove underline if desired */
}

.tpg-shortcode-main-wrapper .layout7 .rt-holder h3 {

transform: none !important;
}


.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay {
    align-items: center;

font-size: 14px !important;
transition: 0.2s !important;

}

.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay:hover {
    align-items: center;
    background: rgba(0, 0, 0, .6);
}

.tpg-shortcode-main-wrapper .layout7 .rt-holder .overlay:before {
display:none !important;
transform: none !important;
}


.tpg-shortcode-main-wrapper .layout7 .rt-holder {

    aspect-ratio: 1 / .7;
}