/* INTERIOR HERO */
.interior-hero {
	position: relative;
}
section.interior-hero {
	overflow: hidden;
}
.interior-hero .videolink {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
    max-width: 150px;
	font-weight: 300;
	font-size: 150px;
	text-align: center;
	z-index: 1;
}
.interior-hero .title {
	display: block;
	font-family: "open-sans",sans-serif;
	font-weight: 700;
	font-size: 92px;
	line-height: 60px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	letter-spacing: 0px;
}
@media only screen and (min-width: 64em) {
	.interior-hero.has-booking .title {
		bottom: 60px;
	}
}
@media only screen and (max-width: 64em) {
	.interior-hero.has-booking .title {
		bottom: -2px;
	}
}
@media only screen and (min-width: 40.063em) {
	.interior-hero.has-booking .title {
		line-height:  73px;
	}
}
@media only screen and (max-width: 40em) {
	.interior-hero .title {
		font-size: 38px;
		line-height: 30px;
	}
}
