.listSimpleton.LandingPagesPillars {
    margin: 0;
}

.listSimpleton .fields-container {
    display: none;
}

.article {
    position: relative;
    overflow: hidden;
}

.listSimpleton.LandingPagesPillars .introImage {
    background-size: cover;
    background-position: top center;
    /*transition: transform 0.6s cubic-bezier(0.32, 0.6, 0.13, 0.7); /* Slowed down to 0.6s */
    width: 100%;
    aspect-ratio: 11 / 8;
    overflow: hidden;
    display: block;
    background-color: var(--clt-bg-light);
}

.listSimpleton.LandingPagesPillars .imageArea {
    border: 0 solid var(--clt-border-light);
    border-radius: var(--clt-radius-md);
    overflow: hidden;
}

.listSimpleton.LandingPagesPillars .article:hover .introImage {
    /*transform: scale(1.1); /* Zooms the background image on hover */
}

.listSimpleton.LandingPagesPillars .introImage a {
    width: 100%;
    height: 100%;
    display: block;
    border: 0 !important;
}

.listSimpleton.LandingPagesPillars .introContent {
    color: var(--clt-text);
    text-align: center;
    margin: 10px 0 0;
    padding: 0 10px;
}

.listSimpleton.LandingPagesPillars .introContent a {
    color: var(--clt-border);
}

.listSimpleton.LandingPagesPillars .introContent h4 {
    margin: 0;
    font-weight: 700;
}

@media (max-width: 767.99px) {
    .article.LandingPagesPillar {
        margin-bottom: 25px;
    }
}
