@keyframes fade_in {
    from {
        width: 0;
        opacity: 1;
    }

    to {
        opacity: 1;
    }

}