/* -----------------------------------------
:: PARRALAX
----------------------------------------- */
.section-bg-a {
  background: no-repeat;
  background-attachment: fixed;
  background-image: url('../images/aircraft1.jpeg');
  background-position: center top;
  background-size: cover;
  position: relative;
}

.section-bg-b {
  background: no-repeat;
  background-attachment: fixed;
  background-image: url('../images/aircraft2.jpeg');
  background-position: center top;
  background-size: cover;
  position: relative;
}

.section-bg-c {
  background: no-repeat;
  background-attachment: fixed;
  background-image: url('../images/matrixcode.jpeg');
  background-position: center top;
  background-size: cover;
  position: relative;
}

.section-bg-d {
  background: no-repeat;
  background-attachment: fixed;
  background-image: url('../images/concordia.jpeg');
  background-position: center top;
  background-size: cover;
  position: relative;
}

.section-bg-e {
  background: no-repeat;
  background-attachment: fixed;
  background-image: url('../images/aircraft3.jpeg');
  background-position: center top;
  background-size: cover;
  position: relative;
}

.section-bg-f {
  background: no-repeat;
  background-attachment: fixed;
  background-image: url('../images/cockpit.jpeg');
  background-position: center top;
  background-size: cover;
  position: relative;
}

/*
.section-bg-g {
    position: relative;
    background-image: url('/images/');
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}

.section-bg-h {
    position: relative;
    background-image: url('/images/');
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}
*/
@media only screen and (max-width: 1366px) {
  .section-bg-a {
    background-attachment: scroll !important;
    background-position: center center !important;
  }
  .section-bg-b {
    background-attachment: scroll !important;
    background-position: center center !important;
  }
  .section-bg-c {
    background-attachment: scroll !important;
    background-position: center center !important;
  }
  .section-bg-d {
    background-attachment: scroll !important;
    background-position: center center !important;
  }
  .section-bg-e {
    background-attachment: scroll !important;
    background-position: center center !important;
  }
  .section-bg-f {
    background-attachment: scroll !important;
    background-position: center center !important;
  }
}
