header.sticky-active .nav-container .site-logo img {
    max-width: 200px;
}

.single-gallery-image a {
    position: relative;
}

.galleryInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000000;
    z-index: 1;
    padding: 10px 12px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.galleryInfo:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    opacity: 0.7;
    z-index: -1;
}

.single-gallery-image a:hover .galleryInfo {
    opacity: 1;
}

.footer-info ul li {
    display: inline;
}

.produced-by {
    display: flex;
    align-items: center;
    justify-content: right;
}

.produced-by img {
    width: 27px;
    margin-left: 6px;
}

.footer-info .social-links a {
    margin: 0 8px;
}

@media screen and (max-width: 600px) {

    .galleryInfo {
        opacity: 1;
    }
    
    .m-mt-20 {
        margin-top: 20px;
    }
}