.ask-rosalie {
	display:none;
}
@media (min-width: 992px) {
	.ask-rosalie {
		display:flex;
		flex-direction: column;
		position: fixed;
		bottom: 14%;
		transform: translateY(50%);
		right: 0;
		z-index: 999;
		padding: 1rem;
		text-align: center;
		justify-content: center;
		align-items: center;
		border-top-left-radius: .5rem;
		border-bottom-left-radius: .5rem;
		box-shadow: 0 0 .3rem rgba(0,0,0,.6);
	}
}