.map-responsive{
		overflow:hidden;
		padding-bottom:56.25%;
		position:relative;
		height:0;
}
.map-responsive iframe{
		left:0;
		top:0;
		height:100%;
		width:100%;
		position:absolute;
}

/*scale down post titles for mobile*/
@media screen and (max-width: 767px) {
    .article-wrap .article-title a {font-size: 6.0vw;}
}