#examples {
  margin: 0 100px 0 350px
}

@media(orientation: portrait), (max-width: 1200px) {
  #examples {
    
  margin: 0;
  }
}