Web Design
<div class="image-gallery">
<img>
</div>
<div class="dark" id="photo-gallery">
<div class="container">
<h1>Photo Gallery</h1>
<div class="images">
<a href="#" data-image=""></a>
<a href="#" data-image=""></a>
</div>
</div>
</div>
CSS
.image-gallery {
align-items: center;
background: rgba(0, 0, 0, 0.8);
display: none;
height: 100%;
justify-content: center;
left: 0;
padding: 1.25rem;
position: fixed;
top: 0;
width: 100%;
}
.image-gallery img {
box-shadow: 0 0 1.25rem;
max-height: 100%;
max-width: 100%;
}
CodePen Link - http://codepen.io/marekkobida/pen/RaxwPR
Safari Browser (no issues)
https://i.sstatic.net/M2iFz.jpg
Mozilla Firefox Issues
https://i.sstatic.net/DL0nj.jpg