

.legacy-home img,.legacy-home iframe {
	float: left;
}
.legacy-home iframe {
	 margin-right: 20px;
}
.legacy-home div {
	clear: both;
}
@media (min-width: 480px) {
.legacy-home img,.legacy-home iframe {

	width: 235px;
	height: 190px;
}
}
@media (min-width: 992px) {
	.legacy-home img,.legacy-home iframe {
		float: left;
		width: 250px;
		height: 200px;
	}

}