.video_shortcuts {
	padding: 10px 0;
	width: 100%;
	margin-top: 80px !important;
}
.btn-video {
	text-align: center;
	text-transform: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 400;
	display: inline-block;
	text-decoration: none !important;
}
.btn-video:hover,
.btn-video:focus {
	transition: 0.3s ease;
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	cursor: pointer;
}

.video_sc_block:hover,
.video_sc_block:focus {
	transition: 0.3s ease;
	-ms-transform: scale(1.25);
	transform: scale(1.25);
	cursor: pointer;
}
.btn-xxl {
	min-width: 250px;
	width: auto;
	padding: 15px;
	font-size: 18px;
	line-height: 18px;
}
.btn-shadow {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35)
}
.video_sc {
	position: relative;
	text-align: center;
	padding-top: 50px;
	z-index: 1;
}
.video_sc_block {
	text-decoration: none !important;
	margin: 10px 0;
}
.video_sc_vid {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.video_highlight h1 {
	font-weight: 600;
}
.video_highlight video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translate3d(-50%, -50%, 0);

}
.video_sc_icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.video_sc_icon {
	position: relative;
	margin: 0px 0px 10px 0px;
	border-radius: 50%;
}
@media (min-width: 641px) {
	.video_shortcuts {
		padding: 30px 0;
	}
	.video_sc {
		padding-top: 110px;
	}
}
@media (min-width: 992px) {
	.btn-xxl {
		min-width: 270px;
		width: auto;
		padding: 20px;
		font-size: 20px;
		line-height: 20px;
	}
	.video_sc_block {
		margin: 0;
	}
}
