.ad_container,
.popup_ad_container {
    display: none;
}

@media screen and (max-width: 767px) {
    .popup_ad_container {
        position: fixed;
        z-index: 10000;
        display: block;
        background-color: #eef4ff;
    }

    .ad_container {
        height: 100%;
    }

    .popup_ad_header {
        display: flex;
        align-items: center;
        background: #30363c;
        padding: 20px;
    }

    .popup_ad_title {
        flex: 1;
        color: #b4c0d3;
        font-size: 10px;
        text-align: center;
    }

    .popup_ad_close_btn {
        width: 14px;
        cursor: pointer;
    }
    .popup_ad_wrapper {
        display: flex;
        justify-content: center;
        height: 100%;
    }

    .popup_ad_wrapper > .adsbygoogle {
        margin: auto;
    }
}
