From https://eeaonline.eea.state.ma.us/dep/massair/web/#/pollution/map/forecast/#

div#container
{
width:900px;
height:617px;
/overflow:scroll; / if you don’t want a scrollbar, set to hidden / overflow-x:hidden; / hides horizontal scrollbar on newer browsers */

/* resize and min-height are optional, allows user to resize viewable area */
-webkit-resize:vertical; 
-moz-resize:vertical;
resize:vertical;
min-height:620px;

}

iframe#embed
{
width:1000px; /* set this to approximate width of entire page you’re embedding / height:1200px; / determines where the bottom of the page cuts off / margin-left:-40px; / clipping left side of page / margin-top:-644px; / clipping top of page */
overflow:hidden;

/* resize seems to inherit in at least Firefox */
-webkit-resize:none;
-moz-resize:none;
resize:none;

}

.entry-header::after {
display:none}
}

.full-width-content.landing-page .site-inner {
margin-bottom: 5px;
margin-left: 5px !important;
margin-top:5px !important;
}

html :where(img) {
display: none;
}