












/* the overlayed element */
.apple_overlay {

    /* initially overlay is hidden */
    display:none;

    /* growing background image */
    background-image:url(https://www.britishprint.com/images/_tx_.gif);

 
    width:90%; 
	max-width:440px;
 
 
    padding:0px;
 
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image:url(../../../images/icons/close.png);
    position:absolute; right:15px; top:15px;
    cursor:pointer;
    height:20px;
    width:20px;
	background-size:20px;
}










 