.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: #f1f1f1;
}
.listSimpleton.LandingPagesPillars .imageArea {
border: 0px solid #ccc;
border-radius: 5px;
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: #121212;
text-align: center;
margin: 10px 0 0;
padding: 0 10px;
}
.listSimpleton.LandingPagesPillars .introContent a{
color:#212121
}
.listSimpleton.LandingPagesPillars .introContent h4{
margin: 0;
font-weight: 700;
}
@media (max-width: 767.99px) {
.article.LandingPagesPillar {
margin-bottom: 25px;
}
}