.h-160 {
    height: 160px;
}

.entity-menu-bg {
    background-color: var(--entity-color);
}

.entity-hero-bg {
    background-image: var(--entity-hero);
    background-size: cover;
    background-position: center;
}

.entities-hero {
    background-image: url("../img/bkg/entities-hero.png");
}

.entities-thumb {
    min-height: 420px;
    background: no-repeat top center;
    background-size: cover;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
}

[data-dropdown-bg] {
    background-color: var(--dropdown-bg);
}

.sr-plugins--active {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 222221;
}

.carousel-item-img img {
    object-fit: cover;
}

.contact-office-picture img {
    object-fit: cover;
}

.contact-office-map iframe {
    border: 0;
    pointer-events: none;
}

.contact-office-picture.office-hero {
    height: 350px;
    min-height: 350px;
}

/*------------------------------------*\
    #SCHEMA METADATA
\*------------------------------------*/
.schema-metadata {
    display: none;
}
