﻿        .local-customers {
}

    .local-customers div {
        overflow: hidden;
    }

    .local-customers .full-image {
        width: 100%;
        height: auto;
    }

    /*.local-customers iframe {
        width: 460px;
        height: 280px;
        margin: .75em 0 1em 1em;
        float: right;
        border: none;
    }*/

            .local-customers .vid {
                width: 80%;
                max-width: 800px;
                margin: 0 auto;
                margin-bottom: 30px;
            }
    .local-customers .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .local-customers .video-container iframe, .video-container object, .video-container embed {
	    position:absolute;
	    top:0;
	    left:0;
	    width:100%;
	    height:100%;
    }

    .local-customers img.left-aligned,
    .local-customers img.right-aligned,
    .local-customers img.center-aligned {
        width: 50%;
    }

    .local-customers img.left-aligned {
        height: auto;
        margin: .75em 1em 1em 0;
        float: left;
    }

    .local-customers img.right-aligned {
        height: auto;
        margin: .75em 0 1em 1em;
        float: right;
    }

    .local-customers img.center-aligned {
        height: auto;
        margin: .75em auto 1em;
    }

    .local-customers a {
        text-decoration: none;
        font-weight: 400;
        color: #000;
    }

        .local-customers a:hover {
            color: #B2542E;
        }

        @media only screen and (max-width: 1024px) {
            .local-customers div {
                width:100%;
            }
            .local-customers iframe {
                width: 460px;
                height: 280px;
                margin: .75em 0 1em 1em;
                border: none;
            }
        }

        @media only screen and (max-width: 768px) {
            .local-customers div {
            }
        }


@media only screen and (max-width: 480px) {
    .local-customers img.left-aligned,
    .local-customers img.right-aligned,
    .local-customers img.center-aligned {
        width: 100%;
    }
}