/*body,
html {
  width: 100%;
  height: 100%;
}
body {
  font: 400 18px/1.618 'Muli', sans-serif;
  color: #fff;
}
h1 {
  font-weight: 900;
  font-size: 3em;
  line-height: 1.3;
  text-transform: uppercase;
}
a {
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  padding: 0.8em 1em;
  background: #fff;
  color: #3f5490;
  border-radius: 2px;
}
h1,
p {
  margin-top: 1em;
}
h1:first-child,
p:first-child {
  margin-top: 0;
}*/
.slide-box{
	width:100%;
	height:650px;
	margin:auto;
	padding:20px 0;
	/*background-color: red;*/
}
.s-content{
	width:500px;
	padding:20px;
	margin:auto;
	background-color:rgba(0, 0, 0, 0.3);
	
}
.ken-burns h1 {
  font-weight: 500;
  font-size: 2em;
  line-height: 1.1;
  text-transform: none;
  color:#fff;
  margin:20px;
}
.ken-burns h2 {
  font-weight: 300;
  font-size: 2em;
  line-height: 0.8;
  text-transform: none;
  color:#fff;
  margin:10px;
}
.ken-burns p {
  margin-top: 1em;
  color:#fff;
}

.ken-burns {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ken-burns section {
  position: absolute;
  text-align: center;
  width: 30%;
  top: 30%;
  left: 35%;
}
.ken-burns .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ken-burns .background img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}