body {
  padding-top: 100px;
  text-align: center;
}
.wrapper {
  text-align: center;
  padding:0 30px;
}
.box{
  margin:auto;
}
.box h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #f29400;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
}
.social {
  text-align: center;
}
.social a {
  color: #333;
  margin: auto 10px;
}
.social a:hover {
  color: #f29400;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fa {
  font-size: 27px;
}
@media only screen and (max-width: 720px) {
    body {
        padding-top: 10px;
      }
    .box {
      width: auto;
      min-width: 0;
      display: table;
    }
    .box h1 {
        font-size: 16px;
      }
  }

   /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .box {
    width: 900px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .box {
    width: 1000px;
  }
} 