.popup_banner_area{
    z-index: 102;
    position: fixed;
}
.popup_banner_area[data-position="1"] {
    bottom: -105%;
}
.popup_banner_area[data-position="2"] {
    left: -105%;
    top:50%;
    transform: translate(0%, -50%);
}
.popup_banner_area[data-position="3"] {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(226, 221, 216, .55);
    display: none !important;
}
.popup_banner_area[data-position="3"].opened {
    display: block !important;
}
.popup_banner_area[data-position="4"] {
    bottom: -105%;
    width: 100%;
    left: 0;
    text-align: center;
}

.popup_banner {
    position: relative;
    display: inline-block;
}
.popup_banner.opened {
    max-height: 100%;
}
.popup_banner_area[data-position="3"] .popup_banner {
    left: 50%;
    top: 50%;
}

.popup_banner_close{
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    background-image: url('/template/images/demo_banner_close.png');
    z-index: 11;
}
.popup_banner_close:hover {
    background-position: 0 100%;
}

.popup_banner .gtm_click,
.popup_banner .gtm_click img {
    display: block;
    width: 100%;
    height: auto;
}
.popup_banner .gtm_click img {
    pointer-events:none;
}

@media screen and (max-width: 880px) {
    .popup_banner_area[data-position="1"] {
        left: 3%;
        width: 94%;
    }
}

@media screen and (max-width: 640px) {
    .popup_banner_area[data-position="3"] .popup_banner {
        left: 3% !important;
        top: 20px !important;
        margin: 0 !important;
        width: 94% !important;
    }
}