.tours {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 122%;
    margin-left: -11%;
    margin-top: 1.5rem;
}
	@media (max-width:900px) {
		.tours {
			width: 100%;
			margin-left: 0;
		}
	}

.tour {
    margin: 0 0.5rem 1.5rem;
    width: auto;
    position: relative;
}
	.tour-title {
		font-family: 'proxima-nova', 'Arial', sans-serif;
		font-size: 1.1rem;
		color: #464040;
		text-align: center;
		display: block;
	}
	.tour-link {
		
	}
		.tour-play {
			position: absolute;
			top: 45%;
			left: 50%;
			transform: translate(-50%,-50%);
			display: block;
			height: auto;
			width: 	160px;
			z-index: 2;
		}
			.tour-play img {
				display: block;
			}
	@media (max-width:600px) {
		.tour-play {
			width: 125px;
			top: 41%;
		}
	}

.virtualTours {
    margin: 4rem 0;
}
.virtualTour-instructions {
    font-family: 'proxima-nova', 'Arial', sans-serif;
    margin-bottom: 0.25rem !important;
}

.tourContact {
    text-align: center;
}
.tourContact-icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.75rem;
}
.tourContact-address {
    display: inline-block;
    position: relative;
    font-family: 'proxima-nova', 'Arial', sans-serif;
    line-height: 1.2;
    margin: 0 auto 1rem;
    padding: 0 1.5rem;
}
.tourContact-phone {
    display: inline-block;
    position: relative;
    font-family: 'proxima-nova', 'Arial', sans-serif;
    line-height: 1.2;
    margin: 0 auto 1rem;
    padding: 0 1.75rem;
}
    
