.strip-top {
	position: fixed;
	z-index: 1000;
	top: 45px;
	left: -95px;
	-webkit-transform: translate(35px) rotateZ(45deg);
	transform: translate(35px) rotateZ(-46deg);
	background: linear-gradient(to bottom, red, red);
	opacity: 0.8;
	color: #fafafafa;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	width: 250px;
	text-align: center;
	pointer-events: none;
  }

  .strip-top div {
	font-size: 34px;
	font-weight: bold;
  }