
/* line 8, ../sass/demo.scss */
 {
  box-sizing: border-box;
}

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

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

.container .gallery a img {
  /*float: left;*/
 /* width: 20%;*/
  height: auto;
  border: 0px solid #fff;
  -webkit-transition: -webkit-transform .45s ease;
  -moz-transition: -moz-transform .45s ease;
  -o-transition: -o-transform .45s ease;
  -ms-transition: -ms-transform .45s ease;
  transition: transform .45s ease;
  position: relative;
}
.container .gallery a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 5;
/*border:3px solid #fff;*/
/*-webkit-box-shadow: 0px 0px 21px 4px rgba(255,0,0,1);
-moz-box-shadow: 0px 0px 21px 4px rgba(0,0,0,1);
box-shadow: 0px 0px 21px 4px rgba(0,0,0,1);*/

}
/*.container .gallery a.big img {
  width: 40%;
}*/

.align-center {
  text-align: center;
}
