#visit-content-grid {
	align-items: center;
    display: flex;
    gap: 0px 5px;
    justify-content: center;
    overflow: hidden;
    max-width: 70rem !important;
    margin-left: auto;
    margin-right: auto;
}

#visit-content-grid a {
    flex: 1 1 0;
    transition: flex 0.25s ease;
    overflow: hidden;
}

#visit-content-grid a .building-item {
    height: 350px;
}

#visit-content-grid a .building-item .building-item-wrap {
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    position: relative;
}

#visit-content-grid a .building-item .building-item-wrap img {
    height: 100%;
}

#visit-content-grid a .building-item .building-item-wrap h2 {
    color: #ffffff;
    filter: drop-shadow(0px 0px 5px #000);
    position: absolute;
    text-align: center;
    top: 41%;
    width: 100%;
}

#visit-content-grid a .building-item .building-item-wrap span {
    display: none;
    position: absolute;
}

#visit-content-grid a:hover {
    flex: 6 0.5 0;
}

#visit-content-grid a:hover .building-item-wrap img {
    opacity: 1;
}
