.overlay {
  opacity: 0.7;
  background: #000;
  width: 100%;
  height: 730px!important;
  position: absolute;
  left: 0;
  z-index: 1000; }

.content {
  z-index: 1010;
  top: 94px;
  left: 0;
  position: absolute;
  width: 100%; }
  .content .container {
    color: #FFF;
    width: 975px;
    margin: 0 auto; }
