/* Enter Your Custom CSS Here */
.header-image .title-area {
background: url(https://sites.gatech.edu/cc-constellationspd/files/2020/10/Constellations-black124-tag-small.png) top left/180px 100px repeat;
	  width: 180px;
    height: 100px;
}

@media only screen and (max-width: 900px) {
.header-image .site-header .wrap {
    background: url(https://sites.gatech.edu/cc-constellationspd/files/2020/10/Constellations-black124-tag-small.png) 180px 100px;
	  width: 180px;
    height: 100px;
}
}