.b-0 {
    bottom: 0;
}

.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.post-title{
    color:#BF1D2D;
    font-weight: bold;
}
.text-white{
    color:#999;
    font-weight: bold;
}