/* css/jquery_preview.css */

#screenshot{
  position:absolute;
  background:#e4e4e4;
  padding:10px;
  border:1px solid #838383;
  display:none;
  z-index:500;
  color:#000;
	max-width:800px;
}

@media screen and (max-width:900px) {

	#screenshot{
		max-width:80%;
	}

}