
#container {
  width:  980px;
  margin: 0 auto;
}
section {
  height: 600px;
  margin-top: 16px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
section > .vtext {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
section > .vtext > h1 {
  font-size: 42px;
  color: #fff;
  border-bottom: 0;
  margin: 0 0 15px;
}
section > .vtext > h3 {
  color: #fff;
  margin: 0;
}
#main {
  text-align: center;
}
#more {
  margin: 20px auto 48px;
}
@media screen and (max-width:914px) {
	section{
		height: 400px;
		margin-top: 8px;
	}
	section > .vtext > h1 {
	  font-size: 22px;
	  padding: 0 20px;
	}
	section > .vtext > h3 {
	  font-size: 16px;
	  font-weight: normal;
	}
}