/* line 1, ../sass/demo.scss */


/* line 16, ../sass/demo.scss */
.clear {
  clear: both;
  float: none;
  height: 100%;
}

/* line 22, ../sass/demo.scss */
.container {
  
  width: 95%;
  margin:0 auto;


}
<!--.gallery{position:relative;top:70px;}-->
/* line 32, ../sass/demo.scss */

.container .gallery a{ background-color:#000;}

.container .gallery a img {	
  width: 17%;
  height: auto;
  margin:0 0 15px 30px;
  border: 1px solid #000;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);

}
/* line 57, ../sass/demo.scss */
.container .gallery a.big img {
  width: 50%;
}

/* line 65, ../sass/demo.scss */
.align-center {
  text-align: center;
}
