.open-btn {
    margin: 50px;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
}

.hd_pops {
    display: none;
    position: absolute;
    z-index: 2000;
    top: 90px;
    width: 450px;
    height: 500px;
    border: 3px solid #fff;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.hd_pops--slot1 { left: 440px; }
.hd_pops--slot2 { left: 940px; }


@media (max-width: 767px) {
    .hd_pops {
        left: 0 !important;
        top: 0;
        width: 350px;
        height: auto;
        max-width: 90vw;
        max-height: 90vh;
    }
}

.hd_pops .hd_pops_con {
    width: 100%;
    height: calc(100% - 45px);
    overflow: hidden;
}

.hd_pops .hd_pops_con p { margin: 0; padding: 0; }
.hd_pops .hd_pops_con img { max-width: 100%; max-height: 100%; display: block; }

.hd_pops .hd_pops_footer {
    padding: 10px 0;
    background: #000;
    color: #fff;
    text-align: right;
}

.hd_pops .hd_pops_footer button {
    margin-right: 5px;
    padding: 3px 8px;
    font-size: 12px;
    border: 0;
    background: #393939;
    color: #fff;
    cursor: pointer;
}