CSS Fit iframe a Div

iframe {
    display:block;
    width:100%;
}
Weary Wildebeest