@charset "UTF-8";
/* CSS Document */
#walkable {
    background-image: url("../images/squiggle.png");
    background-position: center 60px;
    background-repeat: no-repeat;
    padding: 80px 0 50px 0;
}
.bottom-boxes .box {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

/*.bottom .box:nth-child(3), .bottom .box:nth-child(6){
    border-right: none;
} */

#video {
    padding-bottom: 10px;
}