.embed {
	padding: 25px 0 50%;
	position: relative;
}

@media screen and (max-width: 600px) {
	.embed {
		padding-bottom: 55vh;
	}
}

.embed iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 0 none;
	
}

.block--custom-layout__find-your-representative .container .inner-container .search-input #rep-finder .note {
	text-align: center;
	margin-bottom: 30px;
}

.block--custom-layout__find-your-representative .container .inner-container .search-input #rep-finder .note p {
	font-size: 20px;
	font-weight: 800;
	color: #67255D;
	margin-bottom: 0;
}

