/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.iandu-d-block{
    visibility: visible;
    height: auto;
}
.iandu-d-none{
    visibility: hidden;
    height: 0;
    overflow: hidden;
}