ul.photo-list {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    margin: -5px;
    font-size: 0;
    text-align: center;
}

ul.photo-list li {
    margin: 0;
    padding: 5px;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

ul.photo-list a {
    background-color: #f0f0f0;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    margin: 0;
    display: block;
    position: relative;
    padding-bottom: 62.25%;
}

html.bx-no-touch ul.photo-list a:hover,
html.bx-touch ul.photo-list a:active {
    -webkit-box-shadow: 0 0 0 3px #00757C;
    -moz-box-shadow: 0 0 0 3px #00757C;
    box-shadow: 0 0 0 3px #00757C;
}

.photo-more {
	margin-top: 30px;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.media-item-icon.photo-count {
    background-image: url(images/photo-count.png);
    line-height: 74px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

@media screen and (max-width: 1023px) {
    ul.photo-list li {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    ul.photo-list li {
        width: 50%;
    }
}

@media screen and (max-width: 479px) {
    ul.photo-list li {
        width: 100%;
    }
}

a.video-mfp span {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
}

a.video-mfp span:after {
    content: '\f01d';
    position: absolute;
    bottom: 30px;
    right: 10px;
    z-index: 1;
    font-family: FontAwesome;
    color: #fff;
    font-size: 50px;
    line-height: 0;
}

.bx-no-touch a.video-mfp:hover span:after,
.bx-touch a.video-mfp:active span:after {
    color: #00757c;
}