#main h1 {
  color: #FFF;
  font-weight: 100;
  letter-spacing: 3px;
  padding: 40px 0 70px;
}
#main #gallery .gallery-item {
  height: 300px;
}
#main #gallery .gallery-item .album {
  position: relative;
  width: 80%;
  margin: auto;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#main #gallery .gallery-item .album .imgclass {
  width: 100%;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  border: 4px solid #FFF;
  -moz-box-shadow: 0 0 4px black;
  -webkit-box-shadow: 0 0 4px black;
  box-shadow: 0 0 4px black;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  -moz-transform-origin: 50% 50% 50%;
  -ms-transform-origin: 50% 50% 50%;
  -webkit-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
  height: 230px;
  background-size: cover !important;
}
#main #gallery .gallery-item .album .imgclass:first-child {
  position: relative;
  z-index: 1000;
}
#main #gallery .gallery-item .album .imgclass:first-child + img {
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
#main #gallery .gallery-item .album .imgclass:last-child {
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  transform: rotate(6deg);
  transform: rotate(9deg);
}
#main #gallery .gallery-item .album:hover {transform: rotate(-7deg) scale(1.1);}
#main #gallery .gallery-item .album:hover img {
  z-index: 2000;
}
#main #gallery .gallery-item .album:hover img:first-child {
  z-index: 3000;
}
#main #gallery .gallery-item .album:hover img:first-child + img {
  left: -40px;
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
#main #gallery .gallery-item .album:hover img:last-child {
  left: 40px;
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}




#main #gallery .gallery-item .album.video .imgclass.fisrt-colum{ }

#main #gallery .gallery-item .album.video .imgclass.fisrt-colum .play{content: "";position: absolute;left: 0;top: 0;width: 100%;z-index: 1;background: #0e425ebd;text-align: center;height: 100%;padding-top: 20%;}

#main #gallery .gallery-item .album.video .imgclass.fisrt-colum .play i{border: 3px solid #da3e32c7;width: 90px;height: 90px;text-align: center;line-height: 90px;font-size: 2rem;color: #fff;background: #da3e32c7;border-radius: 100%;}




#main #gallery .gallery-item p {
  width: 100%;
  text-align: center;
  color: #FFF;
  padding-top: 20px;
}

#main #gallery .gallery-item h5{
  margin-top: 3rem;
font-size: 1rem;
padding: 0px 3rem;
text-align: center;
line-height: 1.4rem;
font-weight: 300;
}
