/*
Theme Name: GCCGIS Theme
Theme URI: https://orangedice.org/
Author: Orange Dice
Author URI: https://orangedice.org/
Description: Custom WordPress theme by Orange Dice
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gccgis
*/

/* Fix for client slider if needed */
.swiper-partner .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px; /* Adjust as needed */
}

.swiper-partner .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
