.selection_item_load{display:flex;align-items:center;justify-content:center;margin-top:20px;height:172px;width:306px;min-width:306px;min-height:172px;margin-right:10px;overflow:hidden;transition:.3s;cursor:pointer;background:linear-gradient(110deg,#272727 8%,rgba(255,255,255,.18) 18%,#272727 33%);background-size:200% 100%;animation:shine 1.5s linear infinite}.selection_item_load:hover{transform:scale(1.075)}@keyframes shine{to{background-position-x:-200%}}