

.intro-tour-highlight {
  background: rgba(0,0,0,.5);
  position: relative;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #3b70f9;
  z-index: 9998;
}
.intro-tour-overlay {
  display: none;
  background: #2c2b52;
  opacity: 0.5;
  z-index: 9997;
  min-height: 100%;
  height: 100%;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
}
.tourbus-leg {
	margin: auto auto;
    height: max-content;
}
.tourbus-centered {
	left: 0 !important;
	right: 0 !important;
}
.tourbus-leg:first-child {
	margin: auto auto;
    height: fit-content;
    bottom: 0;
    top: 0;
}
.tourbus-leg-inner h4 {
	font-size: 1.2em;
    color: #3b71f9;
}
@media screen and (max-width: 979px) { /* pad */
	.tourbus-leg:first-child {
		margin: auto auto;
		height: 100vh;
		width: 100% !important;
		left: 0!important;
		bottom: unset;
		top: 30px!important;
	}
	.tourbus-leg:first-child .tourbus-leg-inner {
		display: flex;
		flex-direction: column;
		height: 100%;
		padding-bottom: 40px;
    	padding-top: 20%;
	}
	.tourbus-leg:first-child .buttons {
		margin-top: auto;
	}
	.tourbus-leg-inner h4 {
		font-size: 1.5em;
    	color: #3b71f9;
	}
}
.tourbus-leg-inner .buttons {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
#tour-info {
  position: fixed;
  height: 18px;
  font-size: 11px;
  text-align: center;
  bottom: 0;
  right: 0;
  width: 125px;
  background: #F8F8F8;
}
.tourbus-next {
    font-weight: 500;
    transition: color .1s ease;
    cursor: pointer;
}

