html.ls-modal-active {
    overflow: hidden !important;
}

.ls-modal-active .super-wrapper {
    position: initial !important;
}

.ls-overlay {
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    background: url(../images/mask-bg.png);
}

.ls-modal-wrap {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 17px -6px #000;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 958px;
    margin: 50px auto;
    position: relative;
    z-index: 5000;
}

.ls-modal-wrap h2 {
    text-transform: none;
    font-size: 28px;
    line-height: 32px;
    margin-top: -6px;
}