#cookcons {
	position:fixed;
	z-index:1030;
	max-width:30%;
	bottom:20px;
	padding: 1rem;
	border-radius:6px;
}

@media (max-width: 991.98px){
	#cookcons {
	max-width:80%;
	}
}

.pos-b-l {
	left:20px
}

.pos-b-r {
	right:20px
}

.cookcons-content {
	color: #fff;
}

.m-t-1 {
	margin-top: 1rem;
}