.promo {
  background: url(../imgs/bg.jpg) center center #fde804 no-repeat;
  background-size: 100%
}
.promo .container-fluid {
  max-width: 1370px
}
.promo .navbar-brand {
  float: none;
  display: block;
  height: auto;
  margin: 20px auto
}
.promo .tv { 
  position: relative; 
}
.promo .tv img { 
  position: relative; 
  width: 100%;  
  z-index: 2;
  margin: 30px 0 0;
  cursor: pointer
}
.promo .video { 
  position: absolute; 
  bottom: 17%;
  left: 10%;
  width: 75%;
  z-index: 1000;
}
.promo canvas {
  display: block;
  text-align: center;
  margin: 0 auto
}
.promo footer {
  padding: 15px 0 0;
  text-align: center;
  font-size: 9px
}