.wrapper {
  width: 100%;
  max-width: 100%;
  border-left: 0;
  border-right: 0;
}

.container-fluid {
  border-sizing: border-box;
  max-width: 1168px;
  margin: 0 auto;
}

.super-hero-unit{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
