@-webkit-keyframes expandHeight{0%{height:0}to{max-height:75px}}@keyframes expandHeight{0%{height:0}to{max-height:75px}}@media screen and (max-width:1280px) and (min-width:768px){@-webkit-keyframes expandHeight{0%{height:0}to{max-height:55px}}@keyframes expandHeight{0%{height:0}to{max-height:55px}}}.other-item:hover .other-desc{-webkit-animation:expandHeight .3s ease-in-out forwards;animation:expandHeight .3s ease-in-out forwards}
