.brsosocial
{
	display: none;
	position: fixed;
	/* border: 2px solid red; */
	bottom: 				10px;
	right: 					10px;
	width: 					52px;
	height: 				52px;
	background-image: 		url('images/social_icon.svg');
	background-repeat: 		no-repeat;
	background-position: 	center middle;
	z-index: 				1042;
	cursor: 				pointer;
}

.brsosocial:not(.connected)
{
	display: none;
}

@media (max-width: 768px)
{
	.brsosocial
	{
		width: 				84px;
		height: 			84px;
	}
}