.hello{opacity:1!important}.full{left:0;position:fixed;top:0;z-index:1}.full,.full .content{height:100%;width:100%}.full .content{background-color:rgba(0,0,0,.75)!important;display:grid}.full .content img{animation:myAnim 1s ease 0s 1 normal forwards;left:50%;margin:auto;max-height:90%;max-width:90%;transform:translateZ(0)}.byebye{opacity:0}.byebye:hover{transform:scale(.2)!important}.gallery{grid-column-gap:8px;grid-row-gap:8px;display:grid;grid-auto-rows:8px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.gallery img{border-radius:8px;max-width:100%;transition:all 1.5s ease}.gallery img:hover{box-shadow:0 0 32px #333}.gallery .content{padding:4px}.gallery .gallery-item{cursor:pointer;transition:grid-row-start .3s linear;transition:transform .3s ease;transition:all .5s ease}.gallery .gallery-item:hover{transform:scale(1.025)}@media (max-width:600px){.gallery{grid-template-columns:repeat(auto-fill,minmax(30%,1fr))}}@media (max-width:400px){.gallery{grid-template-columns:repeat(auto-fill,minmax(50%,1fr))}}@-moz-keyframes zoomin{0%{filter:blur(4px);max-width:50%;transform:rotate(-30deg)}30%{filter:blur(4px);transform:rotate(-80deg)}70%{max-width:50%;transform:rotate(45deg)}to{max-width:100%;transform:rotate(0deg)}}@-webkit-keyframes zoomin{0%{filter:blur(4px);max-width:50%;transform:rotate(-30deg)}30%{filter:blur(4px);transform:rotate(-80deg)}70%{max-width:50%;transform:rotate(45deg)}to{max-width:100%;transform:rotate(0deg)}}@-o-keyframes zoomin{0%{filter:blur(4px);max-width:50%;transform:rotate(-30deg)}30%{filter:blur(4px);transform:rotate(-80deg)}70%{max-width:50%;transform:rotate(45deg)}to{max-width:100%;transform:rotate(0deg)}}@keyframes zoomin{0%{filter:blur(4px);max-width:50%;transform:rotate(-30deg)}30%{filter:blur(4px);transform:rotate(-80deg)}70%{max-width:50%;transform:rotate(45deg)}to{max-width:100%;transform:rotate(0deg)}}@keyframes myAnim{0%{transform:scale(.5)}to{transform:scale(1)}}