@media (max-width: 575px) {
    #post_archives article {
        flex-direction: column;
    }
    #post_archives article .img {
        width: 100%;
        text-align: center;
    }
    #post_archives article .caption {
        width: 100%;
    }
}
