.right-buttons .right-button-instagram {
    position:absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    padding-top:15px;
    color:#fff;
    text-align:center;
    font-size:1.4em;
    background-color:#833AB4;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.right-buttons .right-button-instagram i {
	margin-left:0;
}
.right-buttons .right-button-instagram span {
	font-size: 12px;
	margin-left: 10px;
	position: relative;
	top: -5px;
	display:none;
}
.right-buttons .right-button-instagram:hover {
	right: 0;
	width:200px;
	background-color: #833AB4;
	text-decoration: none;
}
.right-buttons .right-button-instagram:hover span {
	display: inline;
	top: -2px;
}







.right-buttons .right-button-tiktok {
    position:absolute;
    top: 65px;
    right: 0;
    width: 55px;
    height: 55px;
    padding-top:19px;
    color:#fff;
    text-align:center;
    font-size:1.4em;
    background-color:#000000;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.right-buttons .right-button-tiktok img {
	margin-left:0;
	width:15px;
	height:15px;
	display:inline-block;
}
.right-buttons .right-button-tiktok span {
	font-size: 12px;
	margin-left: 10px;
	position: relative;
	top: -5px;
	display:none;
}
.right-buttons .right-button-tiktok:hover {
	right: 0;
	width:200px;
	background-color: #000000;
	text-decoration: none;
}
.right-buttons .right-button-tiktok:hover span {
	display: inline;
	top: -2px;
}








.right-buttons .right-button-linkedin {
    position:absolute;
    top: 130px;
    right: 0;
    width: 55px;
    height: 55px;
    padding-top:15px;
    color:#fff;
    text-align:center;
    font-size:1.4em;
    background-color:#0077B5;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.right-buttons .right-button-linkedin i {
	margin-left:0;
}
.right-buttons .right-button-linkedin span {
	font-size: 12px;
	margin-left: 10px;
	position: relative;
	top: -5px;
	display:none;
}
.right-buttons .right-button-linkedin:hover {
	right: 0;
	width:240px;
	background-color: #0077B5;
	text-decoration: none;
}
.right-buttons .right-button-linkedin:hover span {
	display: inline;
	top: -2px;
}









.right-buttons .right-button-bottom {
    top:195px;
}


