/**
 * Module HomeImageBlock
 *
 * @author    Empty
 * @copyright 2007-2020 PrestaShop SA
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

#container-homeimageblock {
    width: 100%;
}

    #homeimageblock {
        margin: 0 auto;
    }

        #homeimageblock li {
            list-style-type: none;
            position: relative;
        }

            #homeimageblock li img {
                height: auto !important;
                max-width: 100%;
            }

            #homeimageblock li div {
                background: #fff;
                bottom: 0;
                color: #000;
                font-size: 15px;
                margin: 0;
                padding: 5px 10px 6px;
                position: absolute;
                width: 100%;
            }