.full-content-notification-wrapper {
	background-color: #243a81;
	padding: 13px 8px 13px 12px;
	color: #fff;
	margin: 0 auto;
	position: fixed;
	z-index: 50002;
	bottom: 5em;
	left: 1em;
	right: 1em;
	width: auto;
	display: flex;
	align-items: center;
}

.full-content-notification__btn {
	margin-left: auto;
	background-color: #bca480;
	-webkit-appearance: none;
	-moz-appearance: none;
     appearance: none;
	color: #fff;
	border: none;
	padding: 8px 15px;
	cursor: pointer;
	border-radius: 3px;
}

@media only screen and ( max-width: 767px ) {
	.full-content-notification-wrapper {
		bottom: 12em;
	}
}
