.aside-cta,
.aside-cta-small {
	position: fixed;
	background: #f6e09f;
	padding: 0px;
	right: -175px;
	transition: all 125ms;
	font-weight: bold;
	z-index: 2;
}

.aside-cta-small {
	right: -125px;
	height: 50px;
}

.aside-cta:hover,
.aside-cta-small:hover {
	background: #efc36b;
	right: 0px !important;
	transition: all 125ms;
}

.aside-cta table,
.aside-cta-small table {
	border-spacing: 0px;
	width: 100%;
	height: 100%;
	margin-top: 0px !important;
}

.aside-cta img,
.aside-cta-small img {
	width: 24px;
	height: 24px;
}

.sneaky-link, .stealthy-link {
    text-decoration: none !important;
    color: inherit !important;
    font-weight: inherit !important;
}

.orientation-pic:hover {
	transform: scale(1.1);
}
