.gallery {
    width: 100%;
    max-width: 960px;
    position: relative;
    margin: 0 auto 32px auto;
}

.gallery li {
    /*background: #eeeeee;*/
    list-style: none;
}

.gallery .container {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    /*background: #eeeeee;*/
}

.gallery .image-container {
    position: relative;
    padding-bottom: 42.8571428571%;
    height: 0;
    background: #eeeeee;
}

.gallery img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.gallery-caption {
    padding: 16px 0 16px 0;
    font-family: 'Flama';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #9E9E9E;
    background: #fff;
}

.credit {
    font-family: 'Flama';
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: #9E9E9E;
    background: #fff;
}

.credit .fa {
    margin-right: 8px;
}

.slick-slide:focus {
    outline: none;
}

.slick-slide:not(.slick-active) .image-container {
    transition: opacity ease .3s;
    opacity: .5;
}

.slick-button {
    position: absolute;
    top: 50%;
    transform: translateY( -50% );
    width: 48px;
    height: 48px;
    margin: auto;
    padding: 0;
    border: none;
    background: rgba(224,224,224,.75)
}

.slick-button:hover {
    cursor: pointer;
}

.button-prev {
    left: 0;
    z-index: 1;
}

.button-next {
    right: 0;
    z-index: 1;
}

.button-prev i,
.button-next i {
    color: #006194;
}

@media (max-width: 960px) {
    .gallery-caption {
        padding: 16px;
    }
    .credit {
        padding: 0 16px;
    }
}
