#separator_dtc {
    min-height: 0vh;
    height: 32px;
    margin-top: -12px;    
    animation: squiggly-anim 0.2s infinite;

    background-position: center;
    background-image: url('../res/images/separator_dtc.png');
    background-size:cover;
}

#separator_ctd {
    min-height: 0vh;
    height: 32px;
    margin-top: -12px;    
    animation: squiggly-anim 0.2s infinite;

    background-position: center;
    background-image: url('../res/images/separator_ctd.png');
    background-size:cover;
}