	.quicklink {
		position: absolute;
		top: 52%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 8;

	}

	.quicklink a {
		margin-bottom: 3px;
		display: block;
		/* text-align: center; */
		text-align: left;
		font-weight: bold;
		padding: 13px 16px;
		transition: all 0.3s ease;
		color: white;
		font-family: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		border-radius: 7px 0px 0px 7px;
		border: 1px solid yellow;
	}

	.quicklink a:hover {
		/* background-color: #000; */
		/* background-color: #ffff; */
		color: white;
	}

	.quick-item {
		position: relative;
		background: #81B800;
		color: #030000;
	}

	.quick-item>img {
		position: fixed;
		top: 0;
		left: 0;
	}
