/*900pxX550px    360x640*/
.show-modal {
    position: fixed;
    width: 100%;
}
.zd-ads {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.zd-ads-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background:white;
    z-index: 98;
}
.zd-ads-content {
    z-index: 100;
    position: relative;
    background: white;
    text-align: center;
    border-radius: 10px;
    width: 900px;
    height: 550px;
}
.zd-ads-content .link {

}
.zd-ads-content .zd-close-modal {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    background: white;
    right: -10px;
    top: -10px;
    background: url('../img/cerrar.png');
    background-position: center;
    background-size: cover;
}
.zd-ads-content img {
    max-width: 100%;
    max-height: 100%;
}
.mobile .zd-ads-content {
    width: 100%;
    height: 100%;
}