.state-gallery-container h1{text-align:left}.state-gallery-container .state-gallery{display:grid;justify-content:space-between}.state-gallery-container .state-gallery *{transition:.5s}.state-gallery-container .state-gallery .state-container{display:flex;overflow:hidden;position:relative;border-radius:15px;box-shadow:0 4px 8px var(--color-shadow-light)}.state-gallery-container .state-gallery .state-container.state-gallery-item{text-decoration:none;color:inherit}.state-gallery-container .state-gallery .state-container:hover{transform:translateY(-5px);box-shadow:0 8px 8px var(--color-shadow-dark)}.state-gallery-container .state-gallery .state-container:hover .state-container-text{background-color:rgba(0,0,0,.35);text-shadow:0 4px 4px var(--color-shadow-dark);letter-spacing:4px}.state-gallery-container .state-gallery .state-container:hover img{transform:scale(1.1)}.state-gallery-container .state-gallery .state-container .state-container-text{z-index:1;position:absolute;display:flex;align-items:center;justify-content:center;color:#fff;background-color:rgba(0,0,0,.5);font-weight:700;letter-spacing:2px;text-align:center}.state-gallery-container .state-gallery .state-container img{transition:all .6s ease-in-out;object-fit:cover}@media(orientation:portrait)and (max-width:575px){.state-gallery-container{padding:20px 10px}.state-gallery-container .state-gallery{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));padding:10px 0;gap:5px}.state-gallery-container .state-gallery .state-container{width:100%;margin:0 auto;aspect-ratio:1}.state-gallery-container .state-gallery .state-container:hover .state-container-text{font-size:20px}.state-gallery-container .state-gallery .state-container .state-container-text{height:100%;width:100%;font-size:18px;padding:10px}.state-gallery-container .state-gallery .state-container img{width:100%;height:100%}}@media(orientation:portrait)and (min-width:576px){.state-gallery-container{padding:30px 0}.state-gallery-container .state-gallery{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:10px 0;gap:10px}.state-gallery-container .state-gallery .state-container{width:100%;margin:0 auto}.state-gallery-container .state-gallery .state-container:hover .state-container-text{font-size:20px}.state-gallery-container .state-gallery .state-container .state-container-text{height:100%;width:100%;font-size:18px;padding:10px}.state-gallery-container .state-gallery .state-container img{width:100%;height:100%}}@media(orientation:landscape)and (max-width:1023px){.state-gallery-container{padding:30px 0}.state-gallery-container .state-gallery{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:10px 0;gap:10px}.state-gallery-container .state-gallery .state-container{width:100%;margin:0 auto}.state-gallery-container .state-gallery .state-container:hover .state-container-text{font-size:20px}.state-gallery-container .state-gallery .state-container .state-container-text{height:100%;width:100%;font-size:18px;padding:10px}.state-gallery-container .state-gallery .state-container img{width:100%;height:100%}}@media(orientation:landscape)and (min-width:1024px){.state-gallery-container{padding:30px 0}.state-gallery-container .state-gallery{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:10px 0;gap:20px}.state-gallery-container .state-gallery .state-container{width:100%;margin:0 auto}.state-gallery-container .state-gallery .state-container:hover .state-container-text{font-size:22px}.state-gallery-container .state-gallery .state-container .state-container-text{height:100%;width:100%;font-size:18px;padding:10px}.state-gallery-container .state-gallery .state-container img{width:100%;height:100%}}