.viral-code-floating-logo {
	position: fixed;
	bottom: 100px;
	right: -210px;
	width: 250px;
	overflow: hidden;
	transition: right 0.3s ease;
	background-color: rgba(255,255,255,0);
	z-index: 9999;
}

.viral-code-floating-logo:hover {
	right: 0;
}

.viral-code-floating-logo a {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.viral-code-floating-logo .logo-title {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	font-size: 24px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	padding: 10px;
	text-align: center;
}

.viral-code-floating-logo:hover  .logo-title{
    background-color: #000;
}

.viral-code-floating-logo .logo-image {
	display: flex;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
    margin: 0;
    background-color: #FFF;
    height: 100%;
}

.viral-code-floating-logo .logo-image img {
	width: auto;
	height: 150px;
}
