/**
 * 2012-2022 INNERCODE
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA (End User License Agreement)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://www.innercode.lt/ps-module-eula.txt
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@innercode.lt so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future.
 *
 * @author    Innercode
 * @copyright Copyright (c) 2012 - 2022 INNERCODE, UAB. (https://www.innercode.lt)
 * @license   https://www.innercode.lt/ps-module-eula.txt
 * @package   icbanners
 * @site      https://www.innercode.lt
 */
.ic-banner {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
}

.ic-banner-home a {
    width: 100%;
    height: 100%;
}
.ic-banner-home img:hover {
    -webkit-box-shadow: 0 0 14px 1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0 0 14px 1px rgba(0,0,0,0.75);
    box-shadow: 0 0 14px 1px rgb(0 0 0 / 75%);
}
.ic-banner-footer {
    margin-bottom: 20px;
}
.ic-banner-footer a{
    width: 100%;
    height: 100%;
}

@media (max-width: 767px){
    .ic-banner {
        display:none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .ic-banner {
        display: flex;
    }
}