@media screen and (max-width: 1000px) {
.map-holder
{	max-width: 800px;	margin: 10px auto;}
	.dvs-map {
	position: relative;
	overflow: hidden;
	padding-top: 350px;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;}
	.map-holder p	{ font-size: 10pt;font-weight: bold; text-align: center;margin: 15px 0 15px 40px;	}
}
@media screen and (min-width: 1000px) {
.map-holder
{	max-width: 850px;	margin: 10px auto;}
	.dvs-map {
	position: relative;
	overflow: hidden;
	padding-top: 450px;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;}
	.map-holder p	{ font-size: 12pt; font-weight: bold; text-align: center;margin: 15px 0 15px 40px;	}
}
.map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}