.sidebar{position:fixed;top:0;bottom:0;left:0;z-index:100;padding:35px 0 0}.sidebar-fade-in{-webkit-animation-name:fadein;animation-name:fadein;-webkit-animation-duration:.5s;animation-duration:.5s}.sidebar-fade-out{-webkit-animation-name:fadeout;animation-name:fadeout;-webkit-animation-duration:.25s;animation-duration:.25s}.file-name-truncate{max-width:200px}@keyframes fadeout{0%{width:100%}to{width:0}}@keyframes fadein{0%{width:0}to{width:100%}}@media screen and (max-width:768px){.file-name-truncate{max-width:150px}}