﻿.animate {
    transition: height 1s ease-in-out, opacity 1s;
    opacity: 1;
}
.fade-out {
    opacity: 0;
}