.hd_2click {
	text-align: center;
	line-height: 150%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--grey-300);
	padding: 40px 40px;
}

.hd_2click.hd_2click_osm {
	min-height: 480px;
}

.hd_2click p {
	margin: 0 0 20px 0;
}

.hd_2click .hd_2click_wrap {
	transition: all 100ms ease-in;
}

.hd_2click.hd_2click_loading .hd_2click_wrap {
	opacity: 0;
}

.hd_2click a.hd_2click_button {
	color: var(--grey-100);
	cursor: pointer;
	display: table;
	background: var(--purple-600);
	text-decoration: none;
	padding: 10px 20px;
	margin: 0 auto;
	border: 0;
	border-radius: 25px;
	box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1);
	transition: all 100ms ease-in;
}

.hd_2click a.hd_2click_button:hover {
	background-color: var(--grey-500);
	color: var(--grey-100);
	box-shadow: 0 0px 8px 0px rgba(0,0,0,0.2);
}

.hd_2click.hd_2click_googlemaps {
	min-height: 211px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hd_2click.hd_2click_googlemaps .hd_2click_wrap {
	
}

.hd_2click.hd_2click_googlemaps .hd_2click_wrap p {
	margin: 20px 0;
}

.hd_2click.hd_2click_googlemaps a.hd_2click_button {
	display: inline-block;
	background-color: var(--grey-100);
	color: var(--grey-500);
	padding: 10px 20px;
	border: 1px solid #cccccc;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 100ms ease-in-out, box-shadow 100ms ease-in-out;
}

.hd_2click.hd_2click_googlemaps a.hd_2click_button:hover {
	background-color: #f0f0f0;
	box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
}

.hd_2click.hd_2click_youtube a.hd_2click_button {
	margin: 0 auto;
	padding: 0;
	border: none;
	box-shadow: none;
	background: transparent;
}

.hd_2click.hd_2click_youtube a.hd_2click_button {
	
}

.hd_2click.hd_2click_youtube a.hd_2click_button:hover img {
	border-radius: 50%;
	background-color: rgba(0,0,0,0.8);
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
}

.hd_2click.hd_2click_youtube a.hd_2click_button img {
	width: 120px;
	height: 120px;
}

.hd_2click.hd_2click_instagram {
	min-height: 211px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
}

.video-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.hd_2click.hd_2click_youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hd_2click.hd_2click_youtube .hd_2click_wrap {
	width: 90%;
	height: 90%;
	display: flex;
	align-content: space-between;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.hd_2click .video {
	display: flex;
	align-content: space-between;
	justify-content: space-between;
	align-items: flex-end;
}

.video hr {
	background: #ccc;
}

.video .hd_2click_video_title {
	font-size: 24px;
	font-weight: 400;
	color: var(--grey-500);
	text-align: center;
	line-height: 1.5;
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.hd_2click .video .hd_2click_video_text {
	margin: 20px 0 0 0;
	font-size: 20px;
	color: var(--grey-500);
	text-align: center;
	line-height: 1.5;
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.hd_2click .video .hd_2click_video_text a {
	font-size: 20px;
	font-weight: 700;
	color: var(--grey-500);
	line-height: 1.5;
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 992px) {
	
	.hd_2click.hd_2click_youtube .hd_2click_wrap {
		width: 90%;
		height: 90%;
		display: flex;
		justify-content: space-evenly;
		align-content: center;
		align-items: center;
		flex-direction: column;
	}
	
	.hd_2click .video {
		margin: 0 auto 0 auto;
		font-size: 18px;
		position: static;
	}
	
	.video .hd_2click_video_title {
		display: none;
	}
	
	.hd_2click .video .hd_2click_video_text {
		width: 100%;
		font-size: 18px;
		text-align: center;
	}
	
	.hd_2click .video .hd_2click_video_text a {
		font-size: 18px;
	}
	
	.hd_2click.hd_2click_youtube a.hd_2click_button img {
		width: 96px;
		height: 96px;
	}
}

@media only screen and (max-width: 575px) {
	
	.hd_2click .video {
		margin: 0 auto 0 auto;
		font-size: 16px;
		position: static;
		display: block;
	}
	
	.hd_2click .video .hd_2click_video_text {
		font-size: 16px;
		line-height: 1.2;
	}
	
	.hd_2click .video .hd_2click_video_text a {
		font-size: 16px;
	}
	
	.hd_2click.hd_2click_youtube a.hd_2click_button img {
		width: 96px;
		height: 96px;
	}
}