.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:250px; height:290px; background-color:#000000;}
    .divpopup img{width:250px; height:250px;}	
}