/*
/* Shameful CSS
/* -------------------------------------------------- */

/*
.rwd-video embed, .allvideos_player embed, .rwd-video iframe, .allvideos_player iframe, .rwd-video object, .allvideos_player object, .rwd-video video, .allvideos_player video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
*/

.rwd-video, .allvideos_player {
    height: 0;
    margin-bottom: 0.4em;
    margin-top: 0.4em;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 25px;
    position: relative;
}
.rwd-video.widescreen {
    padding-bottom: 57.25%;
}
.rwd-video.vimeo {
    padding-top: 0;
}
.rwd-video embed, .allvideos_player embed, .rwd-video iframe, .allvideos_player iframe, .rwd-video object, .allvideos_player object, .rwd-video video, .allvideos_player video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.allvideos_player {
    display: block;
    height: 0 !important;
    width: 100% !important;
}
.allvideos_player embed, .allvideos_player iframe, .allvideos_player object, .allvideos_player video {
    height: 100% !important;
    width: 100% !important;
}