.gallery .asset{
  padding-right: 100px;
  }
body {
  line-height: 1.3;
}
.gallery .image_text{
  color: #252525;
  background: #efefed;
}
.gallery .image_text:hover{
  color: #252525;
  background: #DDDDDD;
}
html body #using {
position: absolute;
top:-5000px;
}