
body {
	background: #ffffff;
}

#banner {
	position: absolute;
	width: 300px;
	height: 250px;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;

	padding: 0 0;
	margin: 0 0;
}

img, video {
	position: absolute;
	width: 300px;
	height: 250px;
}

#logo-cta {
	position: absolute;
	width: 132px;
	bottom: 12px;
	left: 84px;
}

#logo {
	fill: #2b2b2a;
}

#CTA, polygon {
	fill: #000;
	opacity: 0;
}

#underline {
	opacity: 0;
}

path {
	opacity: 0;
}

a {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: auto;
	width: 100%;
	height: 100%;
	border: 1px solid #dedede;
	background-color: transparent;
		box-sizing: border-box;	
}
