body {
  min-width: 100%;
}
.wrapper {
  min-width: 100%;
}
header .overlay {
  width: 17%;
}
header nav {
  width: 50px;
}
header .logo {
  height: 60px;
}
header nav, header nav a {
  line-height: 60px;
}
.hero {
  height: 75vh;
  background-position: center;
}
.hero .wrapper {
  height: 75vh;
}
.hero .left {
  width: 100%;
}
section, .wrapper {
  overflow: hidden;
}
.about .left {
  height: 350px;
}
.about .left, .about .right, .products .left, .products .right, .contact .left, .contact .right {
  width: 100%;
  display: block;
}
.about .right, .contact .right, .products .right, .contact .left {
  padding: 60px 5%;
  height: auto;
}
.about .right .inner, .products .right .inner, .contact .right .inner, .contact .left .inner {
  top: 0;
  transform: none;
}
.heading-wrap .heading {
  width: 50%;
}
.products .left {
  height: auto;
}
.products .left a {
  height: 200px;
}
footer copyright {
  line-height: 20px;
  word-wrap: break-word;
}
footer copyright br {
  display: block;
}
