
.blog-photos
{
    float: right;
    width: calc(100% - 180px);
    position: relative;
    overflow: hidden
}

.blog-photos li
{
    height: 200px;
    float: left;
    margin: 0px 10px 10px 0px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
    overflow: hidden;
}

.blog-photos img
{
    height: 100%;
}

.blog-photos h4
{
    font-family: 'Louis George Cafe Bold'
}

.blog-photos b
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-family: 'Louis George Cafe Light';
    color: #e0dddd
}

#galerie
{
    position: fixed;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    top: 100vh;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    transition: 0.3s;
    overflow: hidden
}


.close-gal
{
    position: absolute;
    top: 20px; 
    right: 20px;
    border: none;
    font-size: 1.6em;
    background: none;
    color: white
}

.nav-gal
{
    position: absolute;
    border: none;
    background: none;
    font-size: 3em;
    color: white
}

.prev
{
    left: 5%
}

.next
{
    right: 5%
}

.img-prev
{
    height: 500px;
    width: 80%;
    margin: 0 auto;
    overflow: hidden
}

.img-prev ul
{
    height: 500px;
}

.img-prev li
{
    position: absolute;
    height: 500px;
    opacity: 0;
    transition: 0.3s;
    overflow: hidden
}

.img-prev img
{
    height: 500px;
}

@media screen and (max-width: 700px)
{
    #vignettes
    {
        width: 100%;
    }
    
    #vignettes li
    {
        height: auto
    }
    
    #vignettes img
    {
        width: 100%;
        height: auto
    }
    
    .close-gal
    {
        top: 10px
    }
    
    .prev, .next
    {
        bottom: 20px
    }
    
    .img-prev
    {
        width: 100%;
        height: auto
    }
    
    .img-prev img
    {
        width: 100%;
        height: auto
    }
    
}