@media (min-width: 991px) {
	.mobile-book-online {
		display: none;
	}
}

@media (max-width: 991px) {
	.mobile-book-online {
		text-align: center;
		display: block;
		margin-bottom: 30px;
		margin-top: 15px;		
	}
}

.footer-hours {
	color: white !important;
	font-size: 17px !important;
}

@media(max-width:804px){
	.footer-hours {
		color: white !important;
		font-size: 15px !important;
	}	
}

.mobile-hero__headline span-2 {
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 6px;
	padding: 0px 10px;
}

.meet__col-1 {
	-ms-flex-preferred-size: 35% !important;
	flex-basis: 43% !important;
}

@media (max-width: 768px) {
	.meet__col-1 {
		-ms-flex-preferred-size: 40% !important;
		flex-basis: 100% !important;
	}
}

/* REVISION */
div.hero {
	height: 100vh;
	object-fit: cover;
	margin-top: -5vw;
	margin-bottom: 0vw;
	overflow: hidden;
}

div.index-cta__container a {
	padding: 140px 0;
}
.big-bg__center {
	height: 70vw;
}
div.meet {
	padding: 200px 0;
}
div.big-bg {
	background-position: center;
}
div.brands {
	margin-top: -12.5vw;
	margin-bottom: 200px;
}
.cta-link {
	background: rgba(255, 255, 255, 0.8);
	height: 55px;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin-top: -55px;
	position: relative;
	transition: all 0.3s ease;
}

.cta-item:hover .cta-link {
	background: #ea7600;
}

.cta-link h5 {
	color: #474646;
	margin: 0;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: .04em;
	transition: all 0.3s ease;
}
.cta-item:hover .cta-link h5 {
	color: #fff;	
}
.float-links a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 55px;
	color: transparent;
}

.cta-item:hover .float-links a {
	background: rgba(0, 0, 0, 0.4);
}
.cta-item {
	margin-bottom: 20px;
	padding: 0 15px;
}

.cta-box {
	padding: 0;
	overflow: hidden;
}

.cta-item img {
	transition: all 5s ease;
}

.cta-item:hover img {
	transform: scale(1.2);
}

@media (max-width: 991px) {
	div.hero {
		margin-top: 0;
	}
	div.meet {
		padding: 200px 0 0;
	}

	div.hero {
		margin-top: 0;
		height: 700px;
		background-size: cover;
		background-position: 50% 0%;
		background-image: url(https://www.royacdn.com/unsafe/smart/Site-01ad2c7c-546d-4dfd-95ef-3f4276bfacf6/add_asset/heroimage_mobile.jpg);
	}
	div.mobile-hero__headline {
		text-align: center;
		margin: 0 auto;
		padding: 0;
		transform: translatey(0px);
		bottom: 0;
	}
	div.mobile-hero__headline span {
		font-size: 40px;
	}

	a.hero-copy__anchor {
		color: #373636;
	}
	
	.index-cta img {
		max-height: 80px;
	}
	
	div.index-cta__container a {
		padding: 40px 0;
		transform: scale(.9);
	}

}

@media (max-width: 599px) {
	div.hero {
		background-position: 50% 50%;
		height: 500px;
	}

	div.mobile-hero__headline span {
		font-size: 30px;
		margin-bottom: -35px;
	}

	.hero-copy__anchor i {
		transform: translatey(30px);
	}

	.hero-copy {
		transform:translatey(20px);
	}

	div.index-cta__container a {
		padding: 30px 0;
		transform: scale(.9);
	}
	
	div.brands {
		margin-bottom: 100px;
	}
}

body[data-page-name=the-definitive-guide-to-choosing-the-perfect-prescription-eye-glasses] .blog-detail__headline.inside__heading h1 {
    text-align: left !important;
}