#yap-popup-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 460px;   /* 320px + 20% */
    height: 259px;  /* 180px + 20% */
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    z-index: 999999;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

#yap-popup-container iframe {
    width: 100%;
    height: 100%;
}

#yap-popup-close {
    position: absolute;
    top: -2px;
    right: 6px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}
