/* this code WORKS with the nav - add this in the CSS section of the container holding the images */
.gallery {
width: 100%;
height: calc(100vh - 60px);
position: relative;
}
.cool-img {
width: 75px;
height: 100px;
overflow: hidden;
position: absolute;
margin: 20px;
}
.cool-img img {
width: 100%;
height: 100%;
object-fit: cover;
}