
#ropContainer {
    width: 100%;
    height: 50%;
    position: absolute;
    padding:0;
    margin:0;
    left: 0px;
    top: 0px;
    z-index: -1000;
    overflow:hidden;
}

#glass {
    margin-top: -280px;
}

#ropbox {
    left: 0px;
    top: -15px;
    right: 100%;
    width: 100%;
    height: 300px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    scroll-margin-top: 60px;
    display: block;

}

.button .search {
    width: 70px;
    height: 30px;


}