
section.content-region,section.content-region * {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
section.content-region{
  float: left;
  width: 100%;
  margin: 0 0 50px 0;
}
section.content-region img{
  max-width: 100%;
  height: auto;
}
section.content-region h2,
section.content-region p{
  margin: 0;
  padding-bottom: 10px;
}
.grid-3{
  width: 33.3333333333%;
  padding: 0 20px;
  float: left;
}

.full{
  padding: 0 20px;
}

section
  .grid-2{
    float: left;
    width: 50%;
    padding: 0 20px;
  }
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}
