/*
 * SyncIt Group
 *
 * This source file is subject to the SyncIt Software License, which is available at https://syncitgroup.com/.
 * Do not edit or add to this file if you wish to upgrade to the newer versions in the future.
 * If you wish to customize this module for your needs.
 * Please refer to http://www.magentocommerce.com for more information.
 *
 * @category  Syncitgroup
 * @package   Syncitgroup_Brands
 * @author    SyncitGroup
 * @copyright Copyright (C) 2024 SyncIt (https://syncitgroup.com/)
 * @license   http://opensource.org/licenses/gpl-license.php GNU Public License
 * @link      https://syncitgroup.com/
 */

.product-brand-img {
    max-height: 300px;
    height: 200px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}
