.meows {
  position: fixed;
  bottom: 2em;
  right: 0;
	z-index: 999999;
}

.meow {
  position: relative;
  margin: 20px 20px 0 0;
}
.meow img{
	border-radius: 10px !important;
}
.meow .closes {
	font-size: 1em;
	float: right;
	background-color: #34adef;
	color: #ffffff;
	padding: 0em 0.5em;
	border-radius: 50%;
}
