.popup-message {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	z-index: 5000;
}
.popup-message > div {
	display: flex;
    color: #fff;
	font-family: Montserrat,sans-serif;
	background: rgba(51,51,51,.9);
	margin: 0 0 .3125rem;
	font-size: .75rem;
	font-weight: 600;
	padding: .625rem;
}
.popup-message > div img {
	margin-left: 24px;
	margin-right: 16px 
}