.fotos-moveis:nth-child(even) {
  background-color: #ffffff;
}

.fotos-moveis:nth-child(odd) {
  background-color: #f7f5f2;
}

