/* CSS Stylesheet voor website Fay Twan Tjoa fotografie
   Posities foto's op series */
   
#series {
  position: relative;
  height: 761px;
}


/* Francois */
#Francois01 {
  width: 281px;
  height: 290px;
  position: absolute;
  left: 370px;
  top: 200px;
}
#Francois03 {
  width: 314px;
  height: 240px;
  position: absolute;
  left: 0;
  top: -15px;
}
#Francois04 {
  width: 200px;
  height: 274px;
  position: absolute;
  left: 730px;
  top: 100px;
}
#Francois06 {
  width: 160px;
  height: 241px;
  position: absolute;
  left: 25px;
  top: 350px;
}
#Francois08 {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 600px;
  top: 575px;
}
#Francois00 {
  position: absolute;
  left: 0;
  top: 730px;
  padding-bottom: 15px;
}

/*@media only screen and (max-height: 768px){ */
@media only screen and (max-device-height: 768px){
  #Francois01 {
    top: 35px;
  }
  #Francois03 {
    top: -50px;
  }
  #Francois04 {
    top: 70px;
  }
  #Francois06 {
    top: 270px;
  }
  #Francois08 {
    top: 375px;
    padding-bottom: 5px;
  }
  #Francois00 {
    top: 525px;
    padding-bottom: 5px;
  }
}
