/* Triple News Cards */
.layout-triplenews .ratio-60{
    padding-bottom: 61.38%;
    position: relative;   
}
.layout-triplenews .ratio-60  img {
    object-fit: cover;     
    position: absolute;    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
/* END Triple News Cards */