/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.4.0
Author: ThammIT
Author URI: http://www.thamm-it.de
Template: enfold
*/

/*Add your own styles here:*/

/*Add your own styles here:*/

.post-entry .gallery-columns-2 .gallery-item {
    height: auto !important;
    width: 50% !important;
    margin: auto !important;
}

.post-entry .gallery-columns-3 .gallery-item {
    height: auto !important;
    width: 33% !important;
    margin: auto !important;
}

.post-entry .gallery-columns-4 .gallery-item {
    height: auto !important;
    width: 25% !important;
    margin: auto !important;
}

.post-entry .gallery-columns-5 .gallery-item {
    height: auto !important;
    width: 20% !important;
    margin: auto !important;
}
