.homepage
{
	background-image: url(../img/landing-bg-de.jpg);
}

.homepage_hero p
{
	padding-right: 160px;
}

.homepage_card_inner
{
	justify-content: space-between;
}

.hero_row_about
{
	background-image: url(../img/hero-about-de.jpg);
}
.hero_row_navigating
{
	background-image: url(../img/hero-navigating-de.jpg);
}
.hero_row_living
{
	background-image: url(../img/living-with-hero-de.jpg);
}

.country_selector_page .inner_container p
{
	font-size: 18px;
}

.yellow_box_container, .yellow_box_container.symptoms.treat-opts
{
	grid-template-columns: 33% 33% 33%;
}

.yellow_box_container.symptoms
{
	grid-template-columns: 50% 50%;
}

.eye_block
{
	display: flex;
	flex-direction: column;
}

@media (max-width: 992px) 
{
	#hide_mob
	{
		display: none;
	}

	.home_mobile_wrapper
	{
		background-image: url(../img/landing-bg-de.jpg);
	}

	.homepage
	{
		background-image: unset;
		background-color: #024453;
	}
}

.mobile-nav
{
	background-image: url(../img/mobile-nav-bg-de.jpg);
}