/* .footer {
    padding-bottom: 100px;
} */
.adleft {
    position: fixed;
    z-index: 10000;
    top: 100px;
    left: 15px;
}
.adleft .adcontent {
    width: 160px;
    height: 600px;
}
.adright {
    position: fixed;
    z-index: 10000;
    top: 100px;
    right: 15px;
}
.adright .adcontent {
    width: 160px;
    height: 600px;
}
.adbottom {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.adbottom .adcontent {
    width: 728px;
    height: 90px;
}
/* figure.image {
    position: relative;
} */
.adimage {
    position: absolute;
    z-index: 100;
    bottom: 35px;
    left: 0;
    right: 0;
    text-align: center;
}
/* .adimage:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 2;
    background-image: linear-gradient(to top, rgba(var(--rightNativeHeadlineBackgroundColor), 0.9), rgba(var(--rightNativeHeadlineBackgroundColor), 0.2), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
} */
.adimage .adcontent {
    width: 468px;
    height: 60px;
}
@media(max-width: 768px) {
    /* .footer {
        padding-bottom: 70px;
    } */
    .adleft,
    .adright {
        display: none;
    }
    .adbottom .adcontent {
        width: 468px;
        height: 60px;
    }
}
@media(max-width: 480px) {
    /* .footer {
        padding-bottom: 60px;
    } */
    .adbottom .adcontent {
        width: 320px;
        height: 50px;
    }
    .adimage .adcontent {
        width: 320px;
        height: 50px;
    }
    .adimage {
        bottom: 52px;
    }
}
body .adleft {
left: 0;
}