﻿.about-us {
}

figure.featured-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
figure.featured-image > img {
    width: 100%;
    height: auto;
}

    .about-us div {
        overflow: hidden;
    }

    .about-us .full-image {
        width: 100%;
        height: auto;
    }

    .about-us iframe {
        width: 460px;
        height: 280px;
        margin: .75em 0 1em 1em;
        float: right;
        border: none;
    }

    .about-us img.left-aligned,
    .about-us img.right-aligned,
    .about-us img.center-aligned {
        width: 50%;
    }

    .about-us img.left-aligned {
        height: auto;
        margin: .75em 1em 1em 0;
        float: left;
    }

    .about-us img.right-aligned {
        height: auto;
        margin: .75em 0 1em 1em;
        float: right;
    }

    .about-us img.center-aligned {
        height: auto;
        margin: .75em auto 1em;
    }

    .about-us a {
        text-decoration: none;
        font-weight: 400;
        color: #000;
    }

        .about-us a:hover {
            color: #B2542E;
        }

@media only screen and (max-width: 480px) {
    .about-us img.left-aligned,
    .about-us img.right-aligned,
    .about-us img.center-aligned {
        width: 100%;
    }
}