 .divpopup {position:absolute;left:80px;top:120px;z-index:200;visibility:hidden; width:350px; height:390px; background-color:#000000;}
.divpopup img{width:350px; height:350px;}
@media screen and (max-width:768px) {
	
	.divpopup {position:absolute;left:10px;top:100px;z-index:200;visibility:hidden; width:300px; height:340px; background-color:#000000;}
.divpopup img{width:300px; height:300px;}
	
}