#sp-header {height:120px;}
p.logo-slogan {margin-top:-25px;}
#sp-main-body {margin-top:3em;}
.pull-left {margin:0.375em 1.75em 1.75em 0;}
.pull-right {margin:0.375em 0 1.75em 1.75em;}

.responsive-video {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  max-width: 100%;
  box-sizing: border-box;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}