  
 
  
.shadow-5 {

  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='$drop-shadow-color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='$drop-shadow-color');
  background: white;
}
 
 
 
 
 
 
 
  
/*.clearfix {
  display: inline-block;
}*/



  

#photography-index-page .album, #gallery-page .album {
  position: relative;
  float: none;
  margin: 0 auto;
  height: 250px;
  width: 250px;
  display: block;
}
#photography-index-page .album .link, #gallery-page .album .link {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 16px;
}
#photography-index-page .album .thumb .polaroid, #gallery-page .album .thumb .polaroid {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #333333;
  background-size: cover;
  background-position: 50% 50%;
  width: 150px;
  height: 150px;
  border: 5px solid white;
  border-bottom-width: 20px;
  box-sizing: border-box;
}
#photography-index-page .album .thumb:nth-child(1) .polaroid, #gallery-page .album .thumb:nth-child(1) .polaroid {
  top: 15px;
  left: 15px;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  -moz-animation: splayImages-1 1s ease-out 0s alternate 1;
  -webkit-animation: splayImages-1 1s ease-out 0s alternate 1;
  animation: splayImages-1 1s ease-out 0s alternate 1;
}




@keyframes splayImages-1 {
  0% {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 15px;
    left: 15px;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
#photography-index-page .album .thumb:nth-child(2) .polaroid, #gallery-page .album .thumb:nth-child(2) .polaroid {
  top: 30px;
  left: 30px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  -moz-animation: splayImages-2 1s ease-out 0s alternate 1;
  -webkit-animation: splayImages-2 1s ease-out 0s alternate 1;
  animation: splayImages-2 1s ease-out 0s alternate 1;
}
@keyframes splayImages-2 {
  0% {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 30px;
    left: 30px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
#photography-index-page .album .thumb:nth-child(3) .polaroid, #gallery-page .album .thumb:nth-child(3) .polaroid {
  top: 45px;
  left: 45px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -moz-animation: splayImages-3 1s ease-out 0s alternate 1;
  -webkit-animation: splayImages-3 1s ease-out 0s alternate 1;
  animation: splayImages-3 1s ease-out 0s alternate 1;
}
@keyframes splayImages-3 {
  0% {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 45px;
    left: 45px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
#photography-index-page .album .thumb:nth-child(4) .polaroid, #gallery-page .album .thumb:nth-child(4) .polaroid {
  top: 60px;
  left: 60px;
  -webkit-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
  -moz-animation: splayImages-4 1s ease-out 0s alternate 1;
  -webkit-animation: splayImages-4 1s ease-out 0s alternate 1;
  animation: splayImages-4 1s ease-out 0s alternate 1;
}
@keyframes splayImages-4 {
  0% {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 60px;
    left: 60px;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}


























 