iframe {
    max-width: 238px;
    max-height: 300px;
    height: 220px;
}
section#new {
    height: 300px;
    max-height: 270px;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

iframe.newsarc {
    max-width: 720px;
    width: 720px;
    max-height: fit-content;
    height: 800px;
}

#new > .newsttl {
    display: inline-flex;
    width: 100%;
    font-size: 100%;
    text-align: center;
    background-color: #666;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
    background-image: -webkit-linear-gradient(#999, #666);
    background-image: linear-gradient(#999, #666);
    padding: 3px 0px;
    color: #FFF;
    border-radius: 6px 6px 0px 0px;
    justify-content: center;
}

#new > .newsttl h2#newinfo_hdr {
    margin-left: 3.5rem;
}

#new > .newsttl a {
    margin-left: 1.5rem;
    color: #fff;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 900;
    height: 10px;
    line-height: 37px;
}
#new > .newsttl a:hover{
	color: #59b8b4;
	transition: all 0.2s ease-in-out;
}
.catName {
	background-color: #739de8;
	color: #fff;
}

iframe.g-map {
    max-width: initial;
    max-height: initial;
    height: 450px;
}

@media screen and (max-width: 480px) {
	#new iframe {
		width:100%;
		max-width:initial;
	}
	iframe.newinfo {
		max-width: unset;
		width: 100%;

	}
	::-webkit-scrollbar {
		width: 10px;
		height: 10px;
	}
	.newsarc .comment {
		width: auto;
	}


}
