@media screen and (min-width:991px){
	.item_baniere_container
{
	position:relative;
	width:100%;
	background:orange;
	z-index:0;
}
.item_baniere_title
{
	position:absolute;
	top:0px;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	font-family: 'Gochi Hand', cursive;
	font-size:60px;
	/*color:rgba(0, 216, 255, 1);	*/
	color:white;
	z-index:2;
}
.item_baniere_mask
{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	z-index:1;
}
.item_baniere_info
{
	position:absolute;
	width:100%;
	height:50px;
	z-index:2;
	color:white;
	text-align:center;
	top:60%;
	font-size:28px;
	font-family: 'Gochi Hand', cursive;
}
.item_baniere_info a
{
	color:white;
}

}





@media screen and (max-width:991px){
	.item_baniere_container
{
	position:relative;
	width:100%;
	background:orange;
}
.item_baniere_title
{
	position:absolute;
	top:0px;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	font-family: 'Gochi Hand', cursive;
	font-size:60px;
	/*color:rgba(0, 216, 255, 1);	*/
	color:white;
	z-index:2;
}
.item_baniere_mask
{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	z-index:1;
}
.item_baniere_info
{
	position:absolute;
	width:100%;
	height:50px;
	z-index:2;
	color:white;
	text-align:center;
	top:60%;
	font-size:28px;
	font-family: 'Gochi Hand', cursive;
	display:none;
}
.item_baniere_info a
{
	color:white;
}

}