section:nth-of-type(1) {
  padding-top: 10px; }

section:nth-of-type(odd) div.contentHere {
  max-width: 85%;
  margin: 0 auto; }

section:nth-of-type(even) {
  background: url("../img/bg_concept.jpg");
  width: 100%;
  height: auto;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  padding: 65px 0; }

section:nth-of-type(even) div.contentHere {
  width: 90%;
  margin: 0 auto;
  background-color: rgba(245, 245, 245, 0.85);
  padding: 70px; }

@media (max-width: 1024px) {
  section:nth-of-type(even) div.contentHere {
    padding: 50px; } }

@media (max-width: 768px) {
  section:nth-of-type(even) {
    background-attachment: inherit;
    background-size: cover;
    background-position: 43% 50%; }
  section:nth-of-type(even) div.contentHere {
    padding: 30px; } }
