/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2019 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

#jOverlayContent {
    display: none;
}

#popuppro_mobile img, #popuppro_tablet img, #popuppro img, #popuppro_mobile .img-responsive, #popuppro_tablet .img-responsive, #popuppro .img-responsive {
    max-width: 100%;
    height: auto;
}

#close {
    z-index: 9999999999999999999;
    cursor: pointer;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: -18px;
    top: -18px;
    background: url('close.png') top left no-repeat;
    clear: both;
    overflow: hidden;
}