.gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;overflow-y:auto;padding:0 2rem 2rem;max-width:1200px}.gallery::-webkit-scrollbar{width:10px;height:10px}.gallery::-webkit-scrollbar-track{background:#ddd}.gallery::-webkit-scrollbar-thumb{background-color:var(--spanish-red);border-radius:0}.gallery::-webkit-scrollbar-thumb:hover{background-color:var(--spanish-red-light)}.gallery::-webkit-scrollbar-button{display:none!important}.photo{border:2px solid #000;padding:.5rem;background-color:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden;filter:grayscale(1);position:relative;width:100%;height:200px;border-radius:2px}.photo img{max-width:100%;max-height:100%;display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.photo:hover{filter:grayscale(0);transition:grayscale .3s ease;cursor:pointer}.photo:hover img{transform:scale(1);transition:transform .3s ease}@media (min-width:1200px){.gallery{grid-template-columns:repeat(5,1fr);padding:0 1.75rem 1.75rem}}@media (min-width:769px) and (max-width:1199px){.gallery{grid-template-columns:repeat(4,1fr);padding:0 1.5rem 1.5rem}}@media (min-width:461px) and (max-width:768px){.gallery{grid-template-columns:repeat(3,1fr);padding:0 1rem 1rem}}@media (max-width:460px){.gallery{grid-template-columns:repeat(2,1fr);padding:0 1rem 1rem}}.layout100{display:flex;flex-direction:column;height:100dvh}.layout100-navbar{flex-shrink:0}.layout100-content{flex-grow:1;overflow-y:auto;display:flex}@media (max-width:768px){.layout100-content{margin-right:.75rem;margin-left:.75rem}}.layout100-content::-webkit-scrollbar{width:10px}.layout100-content::-webkit-scrollbar-track{background:#ddd}.layout100-content::-webkit-scrollbar-thumb{background-color:var(--spanish-red);border-radius:0}.layout100-content::-webkit-scrollbar-button{display:none!important}.layout100-footer{flex-shrink:0}