html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color:#E74C3C;
  color:#fff;
}
.section-content {
  margin: 0;
  padding: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
}
.section-content .section {
  height: 100%;
}
.section-content .section .slide-wrap {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  height: 100%;
  width: auto;
}
.section-content .section .slide-wrap .slide {
  display: inline-block;
  height: 100%;
  float: left;
}
.section {
  font-size: 100px;
  text-align: center;
}
.slide {
  font-size: 100px;
}
