.page-node .region-content .hot-area {
    background-size: cover;
    width: 170px;
    height: 170px;
    background-color: #01458e;
    position: relative;
    padding: 0px;
    margin: 0 auto;
    max-width: 170px;
}

.filter img {
    width: 170px !important;
    height: 170px !important;
    object-fit: cover;
}

.basic .filter:after {
    position: absolute;
    content: '';
    width: 170px;
    height: 170px;
    left: 0px;
    top: 0px;
}