.article-image .elementor-element {
    margin: 0 !important;
}

.article-preview {
    opacity: 0;
    background-color: rgba(255,255,255, .5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100% !important;
    position: absolute !important;
    border-radius: 10px;
    transition: 200ms;
}

.article-preview .elementor-widget-container, .article-preview .elementor-icon-wrapper  {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pf-card-article:hover .article-preview {
    opacity: 1;
}

@media screen and (min-width: 1025px){

    .article-content {
        position: relative;
    }

    .article-content > div {
        position: absolute;
    }

}