body {
  padding-top: 5vh;
}

.instaimg img {
  margin-bottom: 5px;
}

.instaimg img:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
}

.likes {
  position: absolute;
  bottom: 10px;
  left: 25px;
  padding: 5px;
  background: #0a0a0a;
  background: rgba(255,255,255,0);
  color: rgba(255,255,255,0.77);
  font-family: 'Roboto';
  font-weight: 800;
  font-size: medium;
}

.description {
  font-family: sans-serif;
  font-size: 12px;
  background: rgba(255,255,255,0);
  color: #ff0000;
  letter-spacing: 1px;
  padding: 1.5px;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  top: 10px;
  left: 25px;
}

.image-wrap img {
  width: 110%;
}

