#logo-container {
    float: left;
    position: absolute;
    top: 10px;
    left: 10px;
}

#logo {
    width: 100px;
}

body {
    width: 100%;
}

iframe{
    width: 150%;
    height: 512px;
    display: none;
}