﻿.click-to-chat {
	position: fixed;
	z-index: 10000;
	bottom: 10px;
	right: 10px;
}

	.click-to-chat img {
		width: 150px;
	}

@media (min-width: 0px) and (max-width: 425px) {
	.click-to-chat img {
		width: 100px;
	}
}

.bName {
	display: none;
}
