.framr_wrapper {
width: 50%;
max-width: 600px;
height: auto;
margin: 50px auto;
background: #fff;
position: absolute;
top: 50%;
margin-top: -25%;
left: 25%;
right: 25%;
display: none;
z-index: 991;
padding: 15px;
border-radius: 10px;
}
.framr_close {
position: absolute;
background: url('../images/close.png');
top: -10px;
right: -10px;
height: 30px;
width: 30px;
z-index: 9999;
cursor: pointer;
border-radius: 50%;
}
.framr_img {
width: 100%;
height: 100%;
margin: 0;
}
