.listSimpleton.newsAll {
    margin: 0;
    padding: 75px 0;
    background-color: var(--clt-text);
}

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

.listSimpleton.newsAll .headerBackground {
    background-image: url(/images/assets/news-dots-orange.png);
    padding: 55px 0 0 43px;
    background-size: 375px;
    background-repeat: no-repeat;
}

.listSimpleton.newsAll .imageHoverContainer {
    overflow: hidden;
}

.listSimpleton.newsAll .introImage,
.listSimpleton.newsAll .introImage img {
    width: 100%;
}

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

.listSimpleton.newsAll .pageTitle {
    text-align: left;
    padding: 0;
    margin: 0;
}

.listSimpleton.newsAll .categoryInfo {
    color: var(--clt-text-inverse);
    font-size: var(--clt-fs-simple-news-category);
    font-weight: 500;
    margin-bottom: 20px;
}

.listSimpleton.newsAll .pageTitle h4 {
    color: var(--clt-text-inverse);
    font-size: var(--clt-fs-simple-news-title);
    font-weight: 700;
    margin: 0;
    line-height: var(--clt-lh-simple-news-title);
}

.listSimpleton.newsAll .articleReadmore {
    margin-top: 20px;
}

/* Apply the zoom effect when either <a> is hovered */
.hover-zoom .introImage {
    /*transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), background-size 1.2s cubic-bezier(0.25, 1, 0.5, 1);*/
}

.hover-zoom:hover .introImage {
    /*transform: scale(1.1);*/
    background-size: 100%;
}

@media (max-width: 991.99px) {
    .listSimpleton.newsAll .headerBackground {
        margin-bottom: 30px;
    }
}