.sfy-categories{height:100vh;max-height:800px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;overflow:hidden;max-width:var(--global-max-width)}@media only screen and (max-width: 768px){.sfy-categories{max-height:400px}}.sfy-categories .sfy-categorie{width:50%;max-width:calc(var(--global-max-width)/2);max-width:600px;height:100%;position:relative;overflow:hidden}.sfy-categories .sfy-categorie .sfy-window{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.4);z-index:1;cursor:pointer;position:absolute;left:0;top:0}.sfy-categories .sfy-categorie:hover img{transform:scale(1.2);transition:transform .6s}.sfy-categories .sfy-categorie svg{width:25px;height:25px;margin-right:8px}.sfy-categories .sfy-categorie h2{text-align:center;z-index:2;font-weight:600;letter-spacing:4px}@media only screen and (max-width: 768px){.sfy-categories .sfy-categorie h2{font-size:18px}}.sfy-categories .sfy-categorie img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s}