.slider {
	width: 100%;
	height: 100vh;
	position: absolute;
}
.slider-content {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
.slide {
	height: 100%;
	width: 100%;
	display:table;
}
.slide > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color:#fff;
	text-shadow:0 1px 4px #000;
}
.pic{
	height: 100vh;
}
.sl1 {
	background: url(../images/photo_1.jpg) no-repeat;
	background-size: cover;
	background-position: left bottom;
	animation: scale 6000ms linear infinite;
}
.sl2 {
	background: url(../images/photo_2.jpg) no-repeat;
	background-size: cover;
	background-position: left bottom;
	animation: scale 6000ms linear infinite;
}
.sl3 {
	background: url(../images/photo_3.jpg) no-repeat;
	background-size: cover;
	background-position: left bottom;
	animation: scale 6000ms linear infinite;
}
.sl4 {
	background: url(../images/photo_4.jpg) no-repeat;
	background-size: cover;
	background-position: left bottom;
	animation: scale 6000ms linear infinite;
}
.sl5 {
	background: url(../images/photo_5.jpg) no-repeat;
	background-size: cover;
	background-position: left bottom;
	animation: scale 6000ms linear infinite;
}
.sl6 {
	background: url(../images/photo_6.jpg) no-repeat;
	background-size: cover;
	background-position: left bottom;
	animation: scale 6000ms linear infinite;
}
.sl7{
	background: url(../images/photo_7.jpg) no-repeat;
	background-size: cover;
	background-position: left bottom;
	animation: scale 6000ms linear infinite;
}
.sl8{
	background: url(../images/photo_8.jpg) no-repeat;
	background-size: cover;
	background-position: left bottom;
	animation: scale 6000ms linear infinite;
}
/*
@keyframes scale{
	0% {-webkit-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
	}
	100% {-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
    transform: scale(1.2);
	}
}
*/
