#waterwheel_carousel {
    width:100%;
    max-width:100%;
    /* height:543px; */
    position:relative;
    clear:both;
    overflow:hidden;
    background:#FFF;
    margin: 30px auto;
}
#waterwheel_carousel img {
    visibility:hidden; /* hide images until carousel can handle them */
    cursor:pointer; /* otherwise it's not as obvious items can be clicked */
}

.split-left {
    width:450px;
    float:left;
}
.split-right {
    width:400px;
    float:left;
    margin-left:10px;
}
#callback-output {
    height:250px;
    overflow:scroll;
}
textarea#newoptions {
    width:430px;
}
@media only screen and (max-width: 991px) {
    #waterwheel_carousel {
        margin: 15px auto 20px!important;
    }
}
