body {
  margin: 0;
}

header {
  background: url('http://www.grancanariaschool.com/images/rotator/rotate.php') no-repeat fixed 50% 0 white;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  color: #fff;
  overflow: hidden;
}

.title {
  cursor: pointer;
  margin: 0 auto;
  width: 90%;
  padding: 15% 5% 15% 5%;
}

//@media screen and (min-width:768px) {
//
//  header{
//    background-attachment: scroll;
//  }
//  
//  .title {
//    max-width: 24em;
//  }
//
//}