body.boxed {
  background-color: #FFF5F1;
}
body.boxed header, body.boxed section, body.boxed nav, body.boxed footer {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.video {
  border: 10px solid #EDAF98;
  border-radius: 10px;
  margin-top: 80px;
  position: relative;
  bottom: -40px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  box-shadow: 0 0 50px rgba(29, 29, 29, 0.5);
  -moz-box-shadow: 0 0 50px rgba(29, 29, 29, 0.5);
  -webkit-box-shadow: 0 0 50px rgba(29, 29, 29, 0.5);
  -o-box-shadow: 0 0 50px rgba(29, 29, 29, 0.5);
}
.video::before {
  content: "";
  z-index: 2;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 7px #EDAF98;
  -moz-box-shadow: 0 0 0 7px #EDAF98;
  box-shadow: 0 0 0 10px #EDAF98;
  pointer-events: none;
}
.video iframe {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.title ul {
  padding: 0;
}
.title li {
  display: inline-block;
  font-size: 1em;
  list-style-type: none;
  padding: 2em;
  text-transform: uppercase;
  color: #969696;
  line-height: 1;
} 
.title li span {
  display: block;
  font-size: 4rem;
  color: #969696;
  line-height: 1;
}

.img6{
  padding-top: 115px;
}
@media only screen and (max-width: 768px) {
  .img6{
    padding-top: 0;
  }
}
