@media only screen and (min-width: 1200px) {
  body.home .n2-ss-slide-6 .n2-ss-section-main-content {
  margin-left: -150px;
  }
 body.home .n2-ss-slide-backgrounds .n2-ss-slide-background:first-child .n2-ss-slide-background-image {
 background-size: 130% !important;
 }
}

@media only screen and (max-width: 768px) {
body.home .n2-ss-slide-backgrounds .n2-ss-slide-background:first-child .n2-ss-slide-background-image {
   background-position: 15% 45% !important;
   background-size: cover !important;
  }
body.home .n2-ss-slide-backgrounds .n2-ss-slide-background:nth-child(2) .n2-ss-slide-background-image {
   background-position: 7% 45% !important;
   background-size: cover !important;
  }
body.home .n2-ss-slide-backgrounds .n2-ss-slide-background:nth-child(3) .n2-ss-slide-background-image {
   background-position: 25% 68%  !important;
  }
body.home .n2-ss-slide-backgrounds .n2-ss-slide-background:nth-of-type(4) .n2-ss-slide-background-image {
   background-position: 11% 68% !important;
  }
body.home .n2-ss-slide-backgrounds .n2-ss-slide-background:nth-of-type(5) .n2-ss-slide-background-image {
   background-position: 30% 49% !important;
  }
body.home .n2-ss-slide-backgrounds .n2-ss-slide-background:last-child .n2-ss-slide-background-image {
   background-position: 55% 7% !important;
  }
}