.image-16-9 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%
}
.image-16-9 > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a.fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.list-item--gallery-container {
    position: relative;
}
.list-item--gallery-container .gallery-count {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.list-item--gallery-container .gallery-count span,
.list-item--gallery-container .gallery-count i {
    color: #fff;
}

.campsite-list-item {
    border: 5px solid #FFFFFF;

    -webkit-transition: border-color 1000ms linear;
    -moz-transition: border-color 1000ms linear;
    -o-transition: border-color 1000ms linear;
    -ms-transition: border-color 1000ms linear;
    transition: border-color 1000ms linear;
}

.campsite-list-item.highlight {
    border: 5px solid #ED1C24;
}