#bananodrake {
    border:0;
    height:auto;
    width:50%;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 991px) {
    #bananodrake {
        width:100%;
    }
}
