body {
    background-color: #222;
  }
  
  #preload {
    display: none;
  }
  
  .holder {
    width: 200px;
    height: 200px;
    border: 0px rgb(58, 57, 57);
    margin: 10px 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;*/
  }