body {
  background-color: #222;
}

#preload {
  display: none;
}

.holder {
  width: 300px;
  height: 300px;
  border: 5px solid #ffffff;
  margin: 40px auto;
  position: relative;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 15px black;
}

#photo-holder {
  width: 100%;
  height: 100%;
  position: absolute;
}

.section {
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
                   /*
transition: background-image 1s ease;*/
}
