#vwWindow {
    width: 100%;  
    position: fixed;
    margin-top: 2%;
    z-index: 99999;
    text-align: center;
    max-width: 100%;
    display: none;
}

#vwWindow p {
    margin: 0;
}

#vwWindow a {
    margin: 0;
    float: left;
}

#vwWindow iframe { 
     max-width: 100% !important;
     max-height: 100% !important;
}

#vwWindowWrap {
    margin: 0 auto 0;
    position: relative;
    background: #ffffff;
    border: 1px solid #D9DADB;
    z-index: 99999;
    display: inline-block;
    max-width: 95%;
    padding: 5px;
    box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

#vwWindowWrap, #vwWindowWrap a {
color: #000000;
}

#vwWindowClose {
    display: block;
    width: 30px;
    height: 23px;
    background: url("../img/btn-close.png") 0 0 no-repeat;
    text-indent: -999em;
    position: absolute;
    padding-top: 3px;
    top: -15px;
    right: -15px;
}

a#vwWindowClose { border: 0; }

.popupContainer {
position: relative; 
}
