.wrapper.iframes .filter {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.wrapper.iframes .filter a {
	width: calc(50% - 1rem);
	text-decoration:none;
	padding:5px 10px;
	display:inline-block;
	color: #184054;
	text-align: center;
	background-color: #EEE;
	margin: 0.2rem 0.5rem;
}

.wrapper.iframes .filter a.active {
	background:#1c4052;color:#fff !important;
}


@media (min-width: 567px) {
	.wrapper.iframes .filter a {
		width: calc(33% - 1rem);
	}
}

@media (min-width: 768px) {
	.wrapper.iframes .filter a {
		width: calc(20% - 1rem);
	}
}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {

}
