		@media (max-width: 991px) {
			#download-report > div {
				display: none;
			    /*left: auto;*/
			    right: 10px;
			    /*bottom: 10px;*/
			}
			#download-data-table > div { 
				display: none;
			}
			#download-summary-data-tables > div { 
				display: none;
			}
			.dl:hover::after {
				display: none;
			}
			.mapboxgl-ctrl-logo {
				visibility: hidden;
			}
			.stamp {
				font-size: 4em;
			}
			div.story.intro {
				margin: 5%;
			}
			div.story p {
				font-size: 1.5rem;
				line-height: 1.5em;
			}
			div.story > div {
				padding: 15px;
				font-size: 1.5rem;
			    line-height: 1.5em;
			}
			.story h4 {
				font-size: 2.2rem;
			}
			.desc {
				width: 70%;
			    padding: 15px;
			    margin-left: -35%;
			    font-size: 13px;
			    top: 60px;
			}
			.interactive-instructions {
				font-size: 13px;
			}
			.state-table {
				padding-top: 5px;
				margin: 0;
				height: 65%;
			}
			.state-info {
				top: auto;
				right: 2.5%;
				width: 95%;
				bottom: 5px;
				height: 45vh;
				padding-top: 5px;
			}
			.district-info {
				top: auto;
				right: 2.5%;
				width: 95%;
				bottom: 5px;
				/*height: 40vh;*/
				padding: 2px;
				font-size: 12px;
			}
			.desc-title {
				font-size: 17px;
				margin-bottom: 0;
			}
			span.example {
				display: none;
			}
			.down {
				top: 70%;
				height: auto;
			}
			#map-title h1 {
				border-width: 0.5rem;
				top: 40%;
				left: 5%;
			}
			.district-info .partner-pieces .logo img {
			    max-width: 75px;
			    max-height: 50px;
			}
			.district-info .partner-pieces .blurb {
			    margin: 0; 
			    display: none;
			}
			.divider.bottom {
				display: none;
			}
			.q-description.dt {
				display: none !important;
			}
			.q-description.m {
				display: inline !important;
			}
			.filter {
				left: calc(50% - 330px / 2);
				padding: 15px;
			}
			.filter label {
				font-weight: normal;
			}
			span.mobile_report {
		    	display: inline;
		    }
		    .infos {
		    	padding-top: 10px;
		    }
		    .district-table table th {
		    	font-weight: normal;
			    font-size: 1em;
			    padding-right: 0;
			    width: auto;
			    line-height: 1.2;
			    padding-right: 3px;
		    }
		    .district-table table th:first-of-type {
		    	width: 32%;
		    }
		    .district-table .state-name {
		    	font-size: 1.4em;
		    }
		    .district-info .partner-pieces .title {
			    margin: 8px 0;
			    font-size: 1.12em;
			    font-weight: bold;
			}
			.district-table .link {
		    	font-size: 11px;
		    }
		    .district-table td {
			    padding: 3px;
			}
		}