@charset "UTF-8";
/* CSS Document */

.embed-container {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    border: solid 15px #FFF;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0px;
    left: 1px;
    width: 100%;
    height: 100%;
}

.ratio1.embed-container {
    padding-bottom: 55%;
}

.ratio1.embed-container .poster {
    background-image: url(../images/floyd_county_video_poster.jpg);
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    cursor: pointer;
}
