#sbox-btn-close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    left: 0;
    margin: auto;
    top: -70px !important;
    border: none;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #a9a079;
    width: 40px;
    height: 14px;
    padding: 13px 0;
    line-height: 14px;
    font-size: 14px;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 2%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #a9a079;
    cursor: pointer;
    background: none;
}

#sbox-btn-close:after {
    content: "x";
}

#sbox-overlay {
    /*background: none !important;*/
    background: rgba(255, 255, 255, 0.98);
    opacity: initial !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#sbox-window.shadow {
    -webkit-box-shadow: 0 0 0 0 !important;
    -moz-box-shadow: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
    margin-top: 4%;
    visibility: visible;
    opacity: 1;
}

#sbox-window {
    padding: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}

.sbox-content-iframe#sbox-content {
    overflow: hidden !important;
}

.sbox-content-iframe#sbox-content iframe {
    width: 100% !important;
    height: 100% !important;
    overflow: auto;
}
