.template-folder_listing_full .image-wrapper {
    max-width: 35%;
    margin: 0 auto;
}

@media only screen and (min-width: 641px) and (max-width: 960px), only screen and (min-device-width: 641px) and (max-device-width: 960px) and (orientation : portrait) {
    .template-folder_listing_full .image-wrapper {
        
    }

}

@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    .template-folder_listing_full .image-wrapper {
        max-width: 100%;
    }
}