/* the overlayed element */
div.overlay {
/* growing background image */
background-image:url(https://erismebel.ru/images/white.png);
/* dimensions after the growing animation finishes */
width:900px;
height:700px; /* initially overlay is hidden */
display:none;
/* some padding to layout nested elements nicely */
padding:55px;
overflow:hidden;
}
#slide_inner {
overflow: auto;
height: 650px;
}
/* default close button positioned on upper right corner */
div.overlay div.close {
background-image:url(https://erismebel.ru/images/close.png);
position:absolute;
right:20px;
top:20px;
cursor:pointer;
height:35px;
width:35px;
}