#avat {
width: 75%;
transition: all .3s ease-out;
}
#avat:hover {
width: 100%;
transition: all .3s ease-out;
}
.qcite, .qblock rt {
display: none;
transition: all .3s ease-out;
}
.qblock:hover .qcite {
display: block !important;
transition: all .3s ease-out;
}
.qblock:hover rt {
display: ruby-text !important;
transition: all .3s ease-out;
}