.tm_2click {
	text-align: center;
	line-height: 150%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tm_2click .tm_2click_wrap {
	width: 80%;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

.tm_2click.tm_2click_loading {
	
}

.tm_2click.tm_2click_loading .tm_2click_wrap {
	opacity: 0;
}

.tm_2click a.tm_2click_button {
	color: #454545 !important;
	cursor: pointer;
	display: table;
	background: #ffffff;
	text-decoration: none;
	padding: 10px 20px;
	margin: 20px auto -20px;
	border: 1px solid #ffffff;
	-webkit-box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1);
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

.tm_2click a.tm_2click_button:hover {
	color: #454545 !important;
	-webkit-box-shadow: 0 0px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0 0px 8px 0px rgba(0,0,0,0.1);
}

.tm_2click.tm_2click_youtube a.tm_2click_button {
	margin: 0 auto !important;
	padding: 0 !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

.tm_2click.tm_2click_youtube a.tm_2click_button img {
	width: 240px;
	height: 240px;
}

.tm_2click.tm_2click_instagram {
	min-height: 211px;
}

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

.tm_2click.tm_2click_youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tm_2click.tm_2click_youtube .tm_2click_wrap {
	width: 90%;
	height: 90%;
	display: flex;
	align-content: space-between;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
}

/*
.tm_2click .video {
	width: auto;
	padding: 0;
	margin: 40px auto 0 auto;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 20px rgba(0,0,0,0.4);
	display: inline-block;
}
*/

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

.video hr {
	background: #fff !important;
}

.video .tm_2click_video_title {
	width: 40%;
	font-size: 24px;
	font-weight: 400 !important;
	font-style: italic;
	color: #fff !important;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.5;
	text-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.tm_2click .video .tm_2click_video_text {
	width: 40%;
	font-size: 16px;
	font-weight: 400;
	color: #fff !important;
	text-align: right;
	line-height: 1.5;
	text-shadow: 0 0 20px rgba(0,0,0,0.4);
}

@media only screen and (max-width: 980px) {
	
	.tm_2click.tm_2click_youtube .tm_2click_wrap {
		width: 90%;
		height: 90%;
		display: flex;
		justify-content: space-evenly;
		align-content: center;
		align-items: center;
		flex-direction: column;
	}
	
	.tm_2click .video {
		margin: 0 auto 0 auto;
		font-size: 18px;
		position: static !important;
	}
	
	.video .tm_2click_video_title {
		display: none;
	}
	
	.tm_2click .video .tm_2click_video_text {
		width: 100%;
		text-align: center;
	}
	
	.tm_2click.tm_2click_youtube a.tm_2click_button img {
		width: 180px;
		height: 180px;
	}
	
}

@media only screen and (max-width: 480px) {
	
	.tm_2click .video {
		margin: 0 auto 0 auto;
		font-size: 16px;
		position: static !important;
		display: block;
	}
	
	.tm_2click .video .tm_2click_video_text {
		font-size: 14px;
		line-height: 1.2;
	}
	
	.tm_2click.tm_2click_youtube a.tm_2click_button img {
		width: 72px;
		height: 72px;
	}
	
}