﻿@charset "utf-8";


    .caption {
        position:relative;
        width: 100%;
    }

    .left-caption{
        float:left;
        width: 50%;
        height:auto;
    }

    .right-caption{
        float:right;
        width:50%;
        height:auto;
        text-align: right;
    }

    .homephoto{
        width:100%;
    }

    .paragraph{
        clear: both;
        float:none;
    }