/* CSS Document */

.instagram-pic {
	position:relative;
}

.instagram-pic > img {
  height: auto;
  width: 100%;
}


.instagram-pic div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  bottom: 2px;
  color: #333;
  font-family: "roboto",Helvetica;
  font-size: 1.3em;
  height: 22px;
  max-width: 320px;
  padding: 5px 10px;
  position: absolute;
  text-align: right;
  width: 100%;
}