body.home #hot .tiles article a.img img,
body.home #news .tiles article a.img img {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    max-width: none;
    left: auto;
    top: auto;
    object-fit: cover;
    object-position: center center;
    -webkit-transform: none;
    transform: none;
}
