/* Main Photo */
.photo-01 {
  background: url("../../images/layouts/personal/userpics/me.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 360px; }

/* Timeline */
.timeline-personal-01,
.timeline-personal-02,
.timeline-personal-03,
.timeline-personal-04 {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.timeline-personal-01 {
  background: url("../../images/history/estee.jpg");
  background-position: center;
  background-size: cover; }

.timeline-personal-02 {
  background: url("../../images/history/anchorlight.jpg");
  background-position: center;
  background-size: cover; }

.timeline-personal-03 {
  background: url("../../images/history/carmichael.jpg");
  background-position: center;
  background-size: cover; }

.timeline-personal-04 {
  background: url("../../images/history/fedex.jpg");
  background-position: center;
  background-size: cover; }

.timeline-personal-05 {
  background: url("../../images/history/lockheed.jpg");
  background-position: center;
  background-size: cover; }

.timeline-personal-06 {
  background: url("../../images/history/kings.jpg");
  background-position: center;
  background-size: cover; }
