.gcs-rotating-preheader-wrapper {
	z-index: 3;
	display: none;
}

@media screen and (max-width: 1199px) {
	.gcs-rotating-preheader-wrapper {
		color: #fff;
		background-color: #091f14;
		display: block;
		position: relative;
		min-height: 30px;
		transition: background-color 1s ease-in-out;
	}
	.gcs-rotating-preheader-wrapper ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.gcs-rotating-preheader-wrapper ul li.item {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 0 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 13px;
		color: #ffffff;
	}
	.gcs-rotating-preheader-wrapper ul li a {
		font-weight: 700;
		color: #fff;
		text-decoration: underline;
		display: inline-block;
	}
	.gcs-rotating-preheader-wrapper ul li.item .spanWrap {
		width: fit-content;
		min-height: 30px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 0;
		transform: rotateX(-90deg);
		transform-origin: top;
		transition: all 0.5s ease-in-out, opacity 0.5s ease-in-out;
	}
	.gcs-rotating-preheader-wrapper ul li.item .spanWrap.show {
		opacity: 1;
		transform: rotateX(0deg);
		transition: all 1s ease-in-out;
		z-index: 10;
	}
	.gcs-rotating-preheader-wrapper ul li.item .spanWrap span {
		display: inline-block;
		width: 100%;
	}
	.gcs-rotating-preheader-wrapper ul li.item p {
		margin: 0;
	}
}
