#popup-ss {
    font-size: 16px;
    z-index: 999999;
}
#popup-ss .popup-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}
#popup-ss .popup-content {
    max-height: 100%;
}
#popup-ss .popup-close {
    padding: 30px;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
}
#popup-ss .popup-close:before,
#popup-ss .popup-close:after {
    display: none;
}
#popup-ss a {
    text-indent: -9999px;
    bottom: 13.4%;
    width: 32%;
    height: 7.8%;
    margin-right: -4%;
}
@media screen and (max-width: 767px) {
    #popup-ss a {
        bottom: 35.6%;
        width: 48.4%;
        height: 5.5%;
        margin-right: inherit;
    }
}