.cta-style-7 .text-center {
    height: 100%;
    text-align: center
}
.cta-style-7 .cta-block .entry-thumb{
    position: absolute!important;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 0!important
}
.cta-style-7 .cta-block .entry-thumb .entry-hover{
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease,visibility .3s ease
}
.cta-style-7:hover .entry-thumb .entry-hover:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}