.App__header{background:rgba(0,0,0,.56);font-family:"Courier New";color:#fff;animation:revealHeader .375s ease .5s forwards;opacity:0}.App__header__inner{display:flex;align-items:left;justify-content:space-between;flex-direction:column}.App__title{font-size:2em;padding:20px 0}.App__main{opacity:0;animation:revealOpacity .375s ease 1.5s forwards}@keyframes revealHeader{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}.View{position:absolute;width:100%;transform:translateX(-100%);opacity:0;transition:opacity .1s ease}.View__active{transform:translateY(0);opacity:1}.NavView{background:rgba(0,0,0,.7)}.NavView__inner{display:flex;align-items:space-between}.NavItem{display:block;padding:20px 40px;color:#fff;text-align:center;background:#151515}.NavItem:hover{background:#222}.SelectRover{display:flex;flex-wrap:wrap}.Filters{display:flex;align-items:center;justify-content:space-around}.Filters__item{background:rgba(0,0,0,.2);padding:1em}.Photos{min-height:800px;animation:revealOpacity .2s ease 1.5s forwards}.Photos__loading{height:600px}.Photos__carousel,.Photos__loading{display:flex;align-items:center;justify-content:center}.Photos__items{min-height:720px}@media (min-width:600px){.Photos__items{display:grid;grid-template-columns:1fr 1fr}}@media (min-width:1200px){.Photos__items{grid-template-columns:1fr 1fr 1fr}}.Photo{color:#fff;background-size:cover;width:320px;height:320px;margin:20px;display:flex;align-items:flex-end;opacity:0;cursor:pointer}.Photo--reveal{opacity:1;animation:reveal .2s ease forwards}.Photo__details{background:rgba(0,0,0,.5);width:100%}.Photo:hover{opacity:.9!important}.Photo:hover .Photo__details,.SelectedPhoto{background:rgba(0,0,0,.8)}.SelectedPhoto{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.SelectedPhoto img{animation:reveal .2s ease forwards;max-height:90vh}.credit-link{position:fixed;bottom:10px;right:10px;color:#727272}.Manifest{display:flex;font-size:18px;animation:revealOpacity .2s ease 1.5s forwards}html{background:url(https://mars.nasa.gov/mars2020-raw-images/pub/ods/surface/sol/00015/ids/edr/browse/ncam/NLE_0015_0668277843_723ECM_N0030376NCAM03000_03_0LLJ01_1200.jpg);background-position:top;background-attachment:fixed;background-size:cover;color:#f0f0f0;font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}body{margin:0}#body-background{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);min-height:100vh}[hidden]{display:none!important}.container{max-width:1200px;margin:0 auto}.text-center{text-align:center}@keyframes revealOpacity{0%{opacity:0}to{opacity:1}}@keyframes reveal{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=main.0400745e.chunk.css.map */