.media-grid--container{width:100%;height:fit-content}.media-grid--wrapper{display:grid;margin:45px auto 45px auto;grid-template-columns:repeat(3,1fr)}.media-grid--item{z-index:9;cursor:pointer}.input-for-activation--link{display:none}.hidden-modal--container{width:100%;height:100%;position:fixed;left:0;top:0;overflow:auto;background:rgba(0,0,0,0.65)}.hidden-modal--wrapper{color:white;margin:auto;height:100%;width:100%;overflow:auto;padding:0;position:absolute;animation-name:fadeIn;animation-duration:.3s}.hidden-modal-content--wrapper{position:relative;margin:auto;padding:0;max-width:1024px;max-height:768px;animation-name:fadeIn;animation-duration:.7s}.hidden-modal-content--wrapper>img{margin:0 auto}.modal-on{display:flex;z-index:10;animation-name:foldUp;animation-duration:.3s}.modal-off{display:none;animation-name:fadeIn;animation-duration:.3s}.modal-close{width:25px;height:25px;cursor:pointer;display:flex;position:fixed;right:15%;top:10%;z-index:12}.modal-close>i{color:#f9f6ed;margin:auto;font-size:2.25em}.hidden-modal--tagline{position:fixed;bottom:0;left:0;right:0;height:35px;background-color:#2e3537;border:1px solid #434a4d;color:#434a4d;text-align:center}.hidden-modal--tagline>span{text-align:center;margin:10px auto 10px auto;color:#cccac5}.arrow{width:50px;height:50px;background:rgba(0,0,0,0.45);position:fixed;display:flex;cursor:pointer;color:white;margin:auto;top:0;bottom:0;z-index:11}.arrow>i{margin:auto;color:#cccac5;font-size:1.25em}.arrow>i:hover{color:#f9f6ed}.arrow--next{right:20px}.arrow--prev{left:20px}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes foldUp{from{transform:translateY(100%)}to{transform:translateY(0)}}@media screen and (min-width:320px) and (max-width:768px){.arrow{top:unset;bottom:20%}.media-grid--wrapper{grid-template-columns:repeat(1,1fr)}}