.harita {
	display: block;
	background-color: #eeeeee;
	
	/* padding-top: 56.25%; */
	width: 100%;
	height: 320px;
	position: relative;
}
.harita iframe {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.contact-info2 {
	margin-bottom: 40px;
	margin-top: 10px;
}
.contact-info2 td {
	vertical-align: top;
	padding: 6px 3px;
}
.contact-info2 td:first-child {
	text-align: center;
	color: #333333;
}
