@charset "UTF-8";#popupImportantBanner {
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    z-index: 9999
}

#popupImpCloseBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #999;
    border: none;
    color: #fff;
    font-weight: lighter;
    font-size: 25px
}

#popupImpCloseBtn:hover {
    background-color: #b8b8b8
}

#popupImpImg {
    max-width: 95vw;
    max-height: 95vh
}

#popupCamImg {
    max-width: 300px;
    height: auto
}

#popupCampaignBanner {
    display: flex;
    justify-content: center;
    margin: 0 0 74px;
    outline: 0;
    position: fixed;
    bottom: 0;
    right: 0
}

#popupCamCloseBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background: #999;
    border: none;
    color: #fff;
    font-weight: lighter;
    font-size: 25px
}

@media screen and (max-width: 1010px) {
    #popupCampaignBanner {
        background:rgba(0,0,0,.6);
        text-align: center;
        height: 150px;
        width: 100%;
        margin: 0 0 62px
    }

    #popupImpCloseBtn {
        width: 36px;
        height: 36px
    }

    #popupCamCloseBtn {
        width: 36px;
        height: 36px
    }

    #popupCamImg {
        height: 100%;
        max-width: 100%;
        object-fit: cover
    }
}
