.blogListView .category-desc{
display: none;
}
.blogListView .category-desc.catid_287,
.blogListView .category-desc.catid_289,
.blogListView .category-desc.catid_288,
.blogListView .category-desc.catid_296,
.blogListView .category-desc.catid_297,
.blogListView .category-desc.catid_298{
display:inline-block;
}
.article{
position: relative;
overflow: hidden;
}
.t_blog_news .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: 16 / 9;
overflow: hidden;
display: block;
background-color: #f1f1f1;
}
.article:hover .introImage {
/*transform: scale(1.1); /* Zooms the background image on hover */
}
.introImage a {
width: 100%;
height: 100%;
display: block;
border: 0!important;
}
.t_blog_news .introImage img {
/*transition: transform 0.3s ease-in-out;*/
border-radius: inherit;
}
/* Apply the zoom effect when either <a> is hovered */
.t_blog_news:hover .introImage img,
.t_blog_news .introContent a:hover ~ .introImage img {
/*transform: scale(1.05);*/
}
.introContent,.introContent .articleIntro{
color: #121212;
}
.introContent h4{
margin: 10px 0;
font-weight: 700;
}
.resourceScientificPapers h4,
.resourceScientificPapers .articleIntro p,
.resourceScientificPapers .mediaDownloadsList ul{
margin: 0;
}
.resourceScientificPapers .mediaDownloadsList a.track_pdf:before {
content: 'Download';
}
.resourceDownloads .imageArea {
border: 1px solid #ccc;
border-radius: 5px;
overflow: hidden;
}
.resourceDownloads .introImage {
aspect-ratio: 992 / 1323;
}
