#popupwindow {
 display:none;
 background:rgba(0,0,0,0.6);
 width:100%;
 height:100%;
 position:fixed;
 top:0;
 left:0;
 z-index:99999;
 }
	#backgroundsetting {
		width:1200px;  
		height:1600px; 
		position:relative;
		background:#ffffff; 
		top:0%;
		left:0%;
		margin:0px auto;
	}
	#imagepopup {
		cursor:pointer;
		background:url(http://www.ilovee.ru/close.jpg) no-repeat; 
		height:75px;
		width:350px;
		margin: 10px 10px;  

		position:absolute;
		overflow: hidden;
	}
 #taboola-exit-popup-thumbnails{
 width:400px;
 margin-top:0px;
 }
 @media (max-width:600px){
 #backgroundsetting{
 width: 84%;
 margin: 0 8%;
 left: 0;
 }
 #taboola-exit-popup-thumbnails{
 width:100%;
 }
 #imagepopup{
 width: calc(100% - 40px);
 margin: 20px 20px;
 }
 }

 @media (max-width:1160px){
 .single{
 width:100%;}
 .sidebar{
 display: none;}
 .content{
 width: 100%;}
 }