body {
  background: #202020;
}
#gallery-overview {
  padding-top: 30px;
}
#home-gallery {
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  width: 250px;
  overflow: hidden;
}
#image-gallery {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  background: #202020;
  margin: 0px auto;
}
#image-gallery .block1 {
  width: 123px;
  height: 123px;
}
#image-gallery .image.block2 {
  width: 248px;
  height: 123px;
}
#image-gallery .image.block2 a .hover {
  left: 0;
  top: -100%;
}
#image-gallery .image.block3 {
  width: 123px;
  height: 248px;
}
#image-gallery .image.block3 a .hover {
  left: -100%;
}
#image-gallery .image.block4 {
  width: 248px;
  height: 248px;
}
#image-gallery .image.block4 a .hover {
  top: 100%;
  left: 0;
}
#image-gallery .image {
  float: left;
  border: 1px solid #434a4d;
  overflow: hidden;
  background: url(../images/loader.gif) no-repeat center center #202020;
}
#image-gallery .image .img {
  width: 100%;
  height: 100%;
}
#image-gallery .image a {
  display: block;
}
#image-gallery .image a .hover {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/eye.png) no-repeat center 40% #cd2132;
  -webkit-transition: all 0.2s ease-in;
}
#image-gallery .image a .hover .inner {
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 65%;
}
#image-gallery .image a:hover .hover {
  left: 0;
  top: 0;
}
