html { min-height: 100%; }
body { height: 100%; }

#embed {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

iframe { border: none; width: 100%; height: 100%; }
