
@media (max-width: 768px) {
    .sidebar-post-image {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        width:115px;
        height:115px;
        object-fit:contain;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .all-stories-item-card img {
        width: 150px;
        object-fit: contain;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .all-stories-item-card img {
        width: 180px;
        object-fit: contain;
    }
}

