#whatsapp-rososhop,
.rososhop-floating-contact {
	background-color: transparent;
	width: max-content;
	height: max-content;
	padding: 13px 16px 8px;
	border-radius: 50%;
	position: fixed;
	bottom: 68px;
	right: 20px;
	z-index: 10;
	overflow: hidden;
}

#whatsapp-rososhop img,
.rososhop-floating-contact img {
	display: block;
	border-radius: 50%;
	border: 1px solid #000;
}

@media screen and (max-width: 768px) {
	#whatsapp-rososhop img,
	.rososhop-floating-contact img {
		width: 64px;
		height: auto;
	}
}
