.search-movie-grid{max-width:90rem;margin:2rem auto 3rem;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(16.8rem,1fr));grid-gap:1rem;gap:1rem;align-items:stretch;justify-items:center;width:100%}@media screen and (max-width:90rem){.search-movie-grid{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}}@media screen and (max-width:65rem){.search-movie-grid{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}}@media screen and (max-width:48rem){.search-movie-grid{grid-template-columns:repeat(auto-fit,minmax(11.5rem,1fr));font-size:12px}}.search-movie-grid__empty{grid-column:1/-1;justify-self:center}.search-movie-grid--loading{pointer-events:none}.search-movie-grid--loading>*{width:100%}