#announcement{
	background: rgba(100,100,100,.5);

	position: fixed;
	top: 54px;
	z-index: 3;
	width: 100%;
	text-align: center;
	font-family: var(--bonanova);
	font-size:14px;
	line-height:18px;
	padding:10px 20px;
	backdrop-filter: blur(10px);
	color:#fff;
}

#announcement .title{
	margin-right:5px;
	color:var(--sahara-gravel);
}
#announcement .arrow{
	width:20px;
	height:11px;
	display: inline-block;
	margin-left:10px;
	background:url(../images/arrow.svg) no-repeat;
	background-size:contain;
	top:2px;
	position: relative;
}

@media only screen and (max-width: 1024px) {

  	#announcement{
		  padding:20px;
	  }

	  #announcement .title{
		  display: block;
		  margin:0 0 5px 0;
	  }

}