@media (max-width: 630px) {

.art_bank .object {
    grid-template-areas:
        'img title' !important;
}

.art_bank .object .link {
    margin-bottom: auto; margin-top: auto;
}


}