@keyframes cardZoom{from{transform:scale(1)}to{transform:scale(1.21)}}article.galery{width:100%;display:flex;justify-content:center;align-items:center}article.galery .modal-content{width:auto;margin:auto}article.galery .modal-content .modal-img{max-height:70vh;margin:auto}article.galery .card-list{width:100%;height:auto;display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;padding:6px}article.galery .card-list button.card-modal{position:relative;flex:1;height:100%;width:100%;min-height:256px;max-height:256px;min-width:256px;max-width:512px;border-radius:3px;border-width:1px;margin:6px;overflow:hidden;display:flex;justify-content:center;align-items:center}article.galery .card-list button.card-modal .img-wrapper{position:absolute;min-width:256px;max-width:512px;min-height:256px;display:flex;justify-content:center;align-items:center}article.galery .card-list button.card-modal img.background{position:relative;width:auto;min-width:256px;max-width:256px;height:auto;min-height:256px;max-width:512px;object-fit:cover;object-position:center;transition-duration:.42s}article.galery .card-list button.card-modal:hover img.background{filter:blur(12px);transform:scale(1.21)}article.galery .card-list button.card-modal .card-description{position:absolute;top:0;left:0;width:100%;height:100%;padding:24px;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;color:#fff;text-shadow:0 0 12px #000;opacity:0}article.galery .card-list button.card-modal .card-description:hover{box-shadow:0 0 12px rgba(0,0,0,.42);opacity:1}article.galery .card-list button.card-modal .card-description .card-title{text-align:center}