i.icon_youtube {
    background-image: url(../img/page_home-banner_icon-youtube-white.svg);
}
i.icon_tw {
	background-image: url(../img/page_home-banner_icon-tw-white.svg);
}
i.icon_fb {
    background-image: url(../img/page_home-banner_icon-fb-white.svg);
}
i.icon_ins {
    background-image: url(../img/page_home-banner_icon-ins-white.svg);
}
i.icon_tik {
    background-image: url(../img/page_home-banner_icon-tik-white.svg);
}
.home_banner2 {
	position: relative;
}
.home_banner2:before {
	content: "";
	position: absolute;
	background: url('../img/home-video-poster.png');
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.3s;
}
.home_banner2.active:before{
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, .4);
	width: 100%;
	height: 100%;
	z-index: 10;
}