body {

}
.containerX {
  max-width: 730px;
  overflow: hidden !important;
  margin: 0px auto;
}
#clipCon {
  width: 100%;
  overflow: hidden;
}
#artCon {
  background-color: #0c0c0c;
}

#nav {
  margin: 20px auto 0px auto;
  display: inline-block;

}
#textCon {
  margin-top: 20px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#nextBtn {

}
#btns {
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.centerCon {
  text-align: center;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #0C0C0C;
  border: 1px solid #666;
  border-radius: 5px;
  float: left;
  margin-right: 5px;
}

.art {
  width: 100%;
  background-color: #0c0c0c;
  position: relative;
  height: 400px;

}

.theQuote {
  font-size: 30px;
  color: #FFF;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  top: 50%;
  position: absolute;
  transform: translate(0%, -50%);
}

.who {
  font-size: 16px;
  color: #ccc;
}

@media (max-width: 500px ) {
  .theQuote {
    font-size: 21px;
    padding: 15px;
  }
  .who {
    font-size: 13px;
  }
  .art {
    height: 440px;
  }

}
