#youtube-close-button {
	background-image: url('https://www.msi.com/images/front/btn_close.png');
	background-repeat: no-repeat;
	cursor: pointer;
	height: 26px;
	right: 18%;
	position: absolute;
	top: 50px;
	width: 28px;
	z-index: 999999;
}
.youtube-close-button2 {
	background-image: url('https://www.msi.com/images/front/btn_close.png');
	background-repeat: no-repeat;
	cursor: pointer;
	height: 26px;
	right: 18%;
	position: absolute;
	top: 50px;
	width: 28px;
	z-index: 999999;
}

.video-cover-overlay {
	bottom: 0;
	position: relative;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	width: 100%;
	z-index: 2;
}
.video-cover-overlay:hover {
	background-color: #121212;
	height: 100%;
	opacity: .5;
	bottom: 0;
	position: relative;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	width: 100%;
	z-index: 2;
	cursor: pointer;
}
.home_vidoe_block p {
	padding-top: 40px;
}
.vide_play:hover .video-cover-overlay {
	opacity: 0
}
.home-video-title {
	z-index: 3;
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
}





