#gallery-container{margin:0 auto;width:100%;text-align:center;display:inline-block;min-height:100vh}#gallery-container img{transition:1s;margin-right:15px;margin-bottom:15px;width:30%;height:300px;display:inline-block;object-fit:cover}#gallery-container img:hover{filter:grayscale(100%);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.spinner:before{content:"";box-sizing:border-box;position:fixed;top:50vh;left:50vw;height:200px;width:200px;margin-top:-30px;margin-left:-30px;border-radius:50%;border:10px solid rgba(28,6,14,.31);border-top-color:#ffa80a;animation:spinner .7s linear infinite;z-index:999}@keyframes spinner{to{transform:rotate(360deg)}}@media screen and (max-width:1550px){#gallery-container img{width:45%}}@media screen and (max-width:1100px){#gallery-container img{width:100%}}