.pagePadding {
    padding: 0px 50px;
    line-height: 130%;
}

.hzLine {
    width: 75%;
    margin: 25px auto;
    background-color: #d8c5b2;
    height: 2px;
}

.storyPhotoRt {
    width: 285px;
    height: 285px;
    margin: 15px;
    float: right;
    margin-right: -100px;
    border: 8px solid white;
    box-shadow: 1px 8px 12px rgba(0, 0, 0, 0.40);
    transform: rotate(2deg);
}

.storyPhotoRt img {
    width: 100%;
    overflow: hidden;
}

.storyPhotoLf {
    width: 280px;
    height: 280px;
    margin: 25px 25px 15px 15px;
    float: left;
    margin-left: -90px;
    border: 8px solid white;
    box-shadow: 1px 8px 12px rgba(0, 0, 0, 0.40);
    transform: rotate(-3deg);
}

.storyPhotoLf img {
    width: 100%;
    overflow: hidden;
}