#campaign-popup {
	display: none;
    position: fixed;
    z-index: 800;
    bottom: 0;
    width: 305px;
    padding: 45px 30px;
    color: white;
    padding-bottom: 0;
	right: 0;
	background: #e5aa00;
	border: 8px solid #101820;
	border-bottom: 0;
	border-radius: 0;
}

/*#campaign-popup svg {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    fill: #e5aa00;
    stroke: black;
    stroke-width: 6px;
}*/

#campaign-popup a {
    text-decoration: none;
    color: white;
    position: relative;
    z-index: 9;
    display: block;
}

.close-campaign-pop-up {
	position: absolute;
    z-index: 999;
    right: 20px;
    top: 0px;
    font-size: 25px;
	cursor: pointer;
}

#campaign-popup a:hover {
	text-decoration: underline;
}

.campaign-title {
	font-size: 16px;
}


@media screen and (max-width: 768px){
	
	#campaign-popup {
		display: none;
	}
	
}