@media screen and (min-width: 740px) {
	.xxx-cookies-tooltip{
		right: 50px;
		padding: 20px;
		top: auto;
		bottom: 10%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}