.category-card{justify-content:center;align-items:center;width:100%;min-width:300px;height:250px;display:flex}.category-card-inner{transform-style:preserve-3d;border-radius:12px;justify-content:center;align-items:center;width:100%;height:100%;transition:transform .7s;display:flex;position:relative;box-shadow:1px 1px 5px #00000080}.category-card:hover .category-card-inner{transform:rotateY(180deg)}.category-card-front,.category-card-back{text-align:center;backface-visibility:hidden;border-radius:12px;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;display:flex;position:absolute}.category-card-back{font-size:12px;transform:rotateY(180deg)}@media only screen and (max-width:780px){.category-card{min-width:250px;height:320px}}
