#mask {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #333;
    z-index: 10000;
}
#boxes .window {
    position: fixed;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
}
#boxes #dialog2 {
    background: transparent; 
    width: 545px;
    margin: 0 auto;
    margin-top: -300px !important; 
    margin-left: -250px !important;
    left: 50% !important;
    top: 50% !important;
    z-index: 50000;
}
.close{
    display:block; 
    text-align:right;
}
.sorv {
    height: 2660px;
}
.close {
    margin-right: 4px;
    background: transparent;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 7px;
    cursor: pointer;
    font-family: 'open sans';
}
#boxes #dialog2 img{ max-width: 500px; }

@media (max-width: 600px){
    #boxes #dialog2 img{
        max-width: 300px !important;
    }
    #boxes #dialog2{
        width: 300px !important;
        padding: 0px;
        margin-top: -200px !important;
        margin-left: -150px !important;
    }
}