.new_skeleton_title_animation{width:100%;height:30%;margin-bottom:10px;background-color:rgba(228,228,228,.8);border-radius:10px;overflow:hidden;display:flex;justify-content:start}.new_skeleton_title_animation:nth-child(2){margin-bottom:0!important;width:40%}.new_skeleton_media_animation,.new_skeleton_title_animation div{height:100%;width:100%;animation:loading 2.5s infinite;background-color:rgba(200,200,200,.473)}.new_skeleton_content_animation{width:100%;height:20px;margin-bottom:10px;background-color:rgba(228,228,228,.8);border-radius:10px;overflow:hidden;display:flex;justify-content:start}.new_skeleton_content_animation div{height:100%;width:100%;animation:loading 2.5s infinite;background-color:rgba(200,200,200,.473)}.new_skeleton_content_animation:nth-child(7){width:60%;margin-bottom:0}@keyframes loading{0%{transform:translateX(-150%) skewX(-20deg)}50%{transform:translateX(-60%) skewX(-20deg)}to{transform:translateX(150%) skewX(-20deg)}}