iframe#modal-frame {
    border-radius: 15px;
    margin-top: -40px;
}

.sparkling-modal-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.sparkling-modal-frame {
    /* position:absolute !important;
    top:10px !important;
    background: #fff;
    border: 0px solid #000;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    -ms-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    border-radius: 18px;
    margin-left: 10px;
    margin-right: 10px;
    height:185%;*/

    opacity: 1;
    z-index: 10000;
    position: fixed;
    display: inline-block;
    /* left: 15%; */
    top: 3%!important;
    height: 98%;
    margin-left: 10px;
    margin-right: 10px;

}

.sparkling-modal-title {
    background: #a92a2a00 !important;
    /* display: none; */
    background: #a92a2a00 !important;
    position: relative;
    border-radius: 18px;
}

.sparkling-modal-title span {
    font-size: 20px;
    padding: 20px;
    float: left;
    line-height: 20px;
}

.sparkling-modal-close {
    cursor: pointer;
    height: 100%;
    width: 75px;
    position: absolute;
    right: 0px;

    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.sparkling-modal-close:hover {

}

.sparkling-modal-content {
    padding: 0px;
    height: 100% !important;
    z-index: 2000;
    max-width: 980px;
    /* margin-top: 0px; */
    /* position: fixed; */
    width: 100%!important;
    padding-bottom: 100px;

}

.i-close {
    width: 100%;
    height: 100%;
    position: relative;
    transform: rotate(45deg);
}

.i-close-h {
    position: relative;
    height: 1px;
    width: 19px;
    background: #000000;
    top: 50%;
    left: 50%;
    margin-left: -9px;
}


.i-close-v {
    position: relative;
    height: 19px;
    width: 1px;
    background: #000000;
    top: 50%;
    margin-top: -10px;
    left: 50%;
}
.sparkling-modal-container {
    z-index: 99999;
}
#main-header {
    z-index:999 !important;
}
iframe#modal-frame {
    border-radius: 15px;
}

.book-embed-nav.with-padding {
    padding: 12px;
    /* margin-top: -42px; */
    z-index: 999999;
}
.sparkling-modal-content {
    padding: 0px;
    height: 100% !important;
    z-index: 2000;
    max-width: 980px;
    /* margin-top: 0px; */
}
.sparkling-modal-title {
    background: #a92a2a00 !important;
    position: relative;
    border-radius: 18px;
    /* display: none; */
}
iframe#modal-frame {
    border-radius: 15px;
    margin-top: -40px;
}


