.ads-center{
    display: block;
    margin: 15px auto;
    clear: both;
    position: relative;
    z-index: 1;
}
.ads-relative{
    position: relative;
    z-index: 1;
}
.ads-center ins, .ads-absolute ins{
    width: 100%;
    margin:0 auto;
}
.ads-center ins iframe, .ads-absolute ins iframe {
    margin:0 auto;
    display: block;
    float: none;
    max-width: 100%;

}
.ads_link{
    display: none;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}