.partner-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.partner-overlay .ui-film {
    background-color: rgba(0,0,0,0.75);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999991;
}

.partner-transition {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -300px;
    width: 600px;
    height: 450px;

    box-shadow: 0 0 12px 0 rgba(0,0,0,0.75);
    display: block;
    overflow: visible;
    z-index: 9999999;
}
.partner-close {
    background: transparent url('http://www.gannett-cdn.com/static/images/buttons/button-close.png') no-repeat 0 0;
    height: 47px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 44px;
    z-index: 9999999;
}
.partner-close:hover {
    background-position: 0 -47px;
}
.partner-close:active {
    background-position: 0 -94px;
}
.partner-overlay-close {
    right: -26px;
    top: -22px;
}
.size-xl.partner-placement {
    height: 810px;
    margin: -405px 0 0 -540px;
    width: 1080px;
}

.size-l.partner-placement {
    height: 700px;
    margin: -350px 0 0 -468px;
    width: 936px;
}

.size-m.partner-placement {
    height: 576px;
    margin: -288px 0 0 -384px;
    width: 768px;
}
