.GoogleAdSense {
    margin: 8px auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.GoogleAdSense:empty {
    display: none
}

.GoogleAdSense .adsbygoogle {
    position: relative;
    display: block
}

.GoogleAdSense .adsbygoogle.fixed-ad-responsive {
    width: 320px;
    height: 100px;
    margin: 0 auto
}

@media(min-width: 500px) {
    .GoogleAdSense .adsbygoogle.fixed-ad-responsive {
        width: 468px;
        height: 60px
    }
}

@media(min-width: 800px) {
    .GoogleAdSense .adsbygoogle.fixed-ad-responsive {
        width: 728px;
        height: 90px
    }
}

.GoogleAdSense.unfilled {
    display: none !important
}

.creator-link_Creatorlinkbtn__tWHhA {
    position: absolute !important;
    top: 100%;
    right: 0;
    padding: 8px 0;
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: 700;
    border-radius: 3px !important;
    transition: opacity .2s;
    text-wrap: nowrap
}

@media(max-width: 767.98px) {
    .creator-link_Creatorlinkbtn__tWHhA {
        display: none !important
    }
}