#home {
    @include clearfix;
    position: relative;
    max-width: 650px;
    margin: auto;
}

#homepage_bot {
    width: 400px;
    height: 450px;
    float: left;
    border: 5px solid #333;

    iframe {
        border: 0;
        height: 100%;
        width: 100%;
    }
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

#welcome {
    margin-left: 440px;
}
