.gallery-img{width:100%;cursor:pointer;transition:transform .3s ease-in-out}.gallery-img:hover{transform:scale(1.05)}.lightbox{display:flex;justify-content:center;align-items:center;position:fixed;z-index:999;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);overflow:hidden}.lightbox-img{max-width:90%;max-height:90%;-o-object-fit:contain;object-fit:contain;margin:auto;transition:transform .3s ease-in-out}.close{top:20px;right:40px;z-index:1000}.close,.next,.prev{position:absolute;font-size:40px;color:white;cursor:pointer}.next,.prev{top:50%;transform:translateY(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:10px;text-decoration:none}.prev{left:30px}.next{right:30px}@media (max-width:600px){.bg-image{width:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;height:22vh;-o-object-position:90.66%;object-position:90.66%}}