.list_loading_item{min-width:306px;max-width:306px;min-height:172px;border-radius:10px;margin:10px 10px 10px 0;transition:.2s;cursor:pointer;position:relative;background:linear-gradient(110deg,#222 8%,rgba(255,255,255,.16) 100%,#222 0);background-size:200% 100%;animation:shine 1.5s linear infinite}.list_loading_item:hover{scale:1.085;z-index:15;box-shadow:0 0 20px 0 #000000}.list_loading_item_name{position:absolute;bottom:13px;left:16px;width:88px;height:15px;border-radius:5px;background:linear-gradient(110deg,#353535 8%,rgba(255,255,255,.16) 18%,#353535 33%);background-size:200% 100%;animation:shine 1.5s linear infinite}@keyframes shine{to{background-position-x:-200%}}@media screen and (max-width:550px){.list_loading_item{min-width:196px;height:282px;display:flex;flex-direction:row;justify-content:space-between}}