
.sstory,
.sstory_top_news {
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
}

.indent {
    height: auto !important;
    max-height: 180px;
    overflow: hidden;
    flex: 0 1 auto;
}

.thumb {
    height: auto !important;
    max-width: 100%;
    max-height: 180px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.star,
.star_top_news {
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 25px !important;
    margin-top: 2px !important;
    margin-bottom: 4px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.star:empty,
.star_top_news:empty {
    display: none !important;
    margin: 0 !important;
}

@media (min-width: 450px) and (max-width: 780px) {
    .sstory_top_news .indent {
        max-height: none !important;
    }
    .sstory_top_news .thumb {
        max-height: none !important;
        object-fit: contain !important;
        width: 100%;
    }
}
