html,body {    
    margin:0 !important;
    padding:0 !important;
}

.videoWrapper {
  position:relative;
  padding-bottom:56.25%; /* 16:9 */
  height:0;
}

.videoWrapper iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.a{
 max-width:70%;
 color:navy;
 margin:auto;
 line-height:1.5;
}

.b{
 max-width:100%;
 height:100%;
 left:0px;
 z-index:1000;
 color:white;
 margin:auto;
 background-color: #bbaac8;
 line-height:1.5;
}

.d{
 max-width:100%;
 height:100%;
 left:0px;
 z-index:1000;
 color:navy;
 margin:auto;
 line-height:1.5;
}

.b1{
 max-width:50%;
 height:100%;
 left:0px;
 z-index:1000;
 color:white;
 margin:auto;
 background-color: #bbaac8;
 line-height:1.5;
}

.c {
 display: table;
 max-width:50%;
 margin:auto;
 line-height:1.5;
}

.foot {
  max-width:98%;
  margin:auto;
  color:navy;
  line-height:1.5;
}

table {
  width: 100%;
  color:navy;
  text-align: center;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 30%;
  padding: 1.666%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}