/* Main Photo */
.photo-01 {
    background: url("../../../../images/logo1-min.png");
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 183px;
}

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

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

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

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

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

/*# sourceMappingURL=samuel.css.map */
