  /** 360 Tour button styles */
.tourOverlay a, .tourOverlay a:hover
{
    box-shadow:none;
}

.tourButtons .button
{
    margin:0.25rem;
}

 .tourOverlay {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
}
 .tourOverlay a {
	 display: table;
	 text-align: center;
	 color: #fff;
	 width: 100%;
	 height: 100%;
	 background: rgba(0,0,0,.6);
}
 .tourOverlay a span {
	 display: table-cell;
	 vertical-align: middle;
	 font-family: var(--gfVars-headerFont);
	 font-size: 24px;
	 text-transform: uppercase;
	 letter-spacing: 0.01em;
	 font-weight: bold;
}
 .tourOverlay a span:before {
	 font-family: "Font Awesome 5 Free";
}
.tourOverlay a:hover
{
    color:#fff;
    text-decoration:underline;
}

#threeSixty {
    background-color: var(--gfColors-slate15);
    padding: 2rem 0 3rem;
}

@media (min-width: 768px) {
    .tourGroupHolder--singleItem {
        grid-template-columns: 0fr 12fr 0fr;
        gap: 0 !important;
    }
    .tourGroupHolder--singleItem .tourGroup {
        grid-column: 2;
    }
}