.quick-exit {
	padding: 1rem;
	position: fixed;
	top: 230px;
	right: -56px;
	transform: rotate(-90deg);
	box-shadow: 0 0 30px rgba(black,0.4);
	background-color: $primary-brand-colour;
	font-size: 1.25em;
	z-index: 999;
    border-color: white !important;
    border-style: solid !important;
    border-width: thin !important;
  
	&:before {
		content:"\f057\2000";
		font-family: "FontAwesome", icon;
	}
  }
@media only screen and (max-width: 480px) {
  .quick-exit {
    width: unset !important;
    margin: 0 5px !important;
  }
}