  .facility-img-main {
    left: 50%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.facility-img {
    background-color: #fff;
    border-color: #d2d3d7;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    overflow: hidden;
    padding-top: 75%;
    position: relative;
    width: 100%;
}

.facility-imgBackground {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.facility-imgSmall {
    box-sizing: border-box;
    display: inline-block;
    padding-top: 22.5%;
    width: 30%;
}

.facility-img-fullwidth {
    width: 100% !important;
}

.lastHeroOverlay-602159392 {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background: rgba(75, 72, 129, 0.65);
}

    .lastHeroOverlay-602159392:hover {
        background: rgba(75, 72, 129, 0.85);
    }

.moreImages-531545174 {
    color: #fff;
    font-size: 20px;
    position: relative;
    text-align: center;
    top: 50%;
    z-index: 5;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.facility-img-thumbnail {
    padding: 3.5% 3.5% 0;
}

.facility-thumbnailOne {
    margin-right: 3.5%;
    top: 0;
}

.facility-thumbnailTwo {
    margin-right: 3.5%;
    top: 50%;
}

.facility-thumbnailThree {
    bottom: 0;
}

.facility-img-container ul {
    padding: 0;
}

@media (min-width: 760px), print {
    .facility-img-container {
        padding-bottom: inherit;
        position: relative;
    }

    .facility-img-inline-prop {
        border-width: 1px;
        box-sizing: border-box;
    }

    .facility-img-inline {
        padding-top: 56.25%;
        width: 80%;
    }

    .facility-imgSmall {
        padding-top: 16.9%;
        position: absolute;
        right: 0;
        width: 17.5%;
    }

    .moreImages-531545174 {
        font-size: 30px;
    }

    .facility-img-thumbnail {
        padding: 0;
    }

    .facility-thumbnailOne {
        margin-right: 0;
        top: 0;
    }

    .facility-thumbnailTwo {
        margin-right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.placeholder {
    width: 100%;
    background-color: lightgrey;
}

.facility-img.facility-thumbnailThree.extra-images:before {
    content: "+ " attr(data-extraimages);
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 24px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgb(109 58 93 / 0.75);
    top: 0;
    left: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 760px) {
    .facility-thumbnailOne,
    .facility-thumbnailTwo {
        margin-right: 2%;
    }

    .facility-imgSmall {
        width: 32%;
    }
}


.img-disclaimer {
    font-style: italic;
    margin-bottom: 10px;
    display: block;
}

.empty-gallery {
    background-color: #ddd;
    color: #999;
    height: 315px;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 20px;
}

    .empty-gallery i {
        font-size: 120px;
        margin-bottom: 20px;
    }
