.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.topmenu {
  text-align: right;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1500;
  background: #fff;
  padding: 4px 0px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.3);
box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.3);
}

.topmenu .fa {color: #ccc;}
.topmenu h4 {margin: 0px; padding: 0px;}
.mainCTA {float: left; }
.mainCTA .fa {color: #fff;}

.four h4 {text-align: center;}