.container{
    margin: 0 auto;
}


.container .gallery a img {
  float: left;
  width: auto;
  height: auto;
  border: 2px solid #fff;
  -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;
}

.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);
  z-index: 5;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}
.slider {
  width: 150px;
  height: 450px;
  display: flex;
  overflow-x: auto;
}
.slide {
  width: 350px;
  flex-shrink: 0;
  height: 100%;
}
#footer {
	display: flex;
	background-color: red;
	left: 0px;
	right: 0px;
	width: 100%;
	bottom: 0px;
	hight: 10%;
	position: absolute;
}
