/*

TX 

************** NEED TO GET AUTHORIZED LOGOS *******************

*/

.brand-mark,
.brand-text {
  display: none;
}

.brand::before {
  content: "";
  display: block;
  width: 360px;
  height: 86px;
  background: url("../../../images/states/TX/tx-logo.png") left center / contain no-repeat;
}

.footer-brand img,
.footer-brand span {
  display: none;
}

.footer-brand::before {
  content: "";
  display: block;
  width: 320px;
  height: 80px;
  background: url("../../../images/states/TX/tx-logo-footer.png") left center / contain no-repeat;
}

.hero {
	background: url('../../../images/states/TX/tx-hero-landscape.png') center right / cover no-repeat;
}

@media (max-width: 980px) {
	.hero {
		background: url('../../../images/states/TX/tx-hero-landscape.png') center bottom / cover no-repeat;
	}
}
@media (max-width: 425px) {
	.brand::before {
	  width: 280px;
	}
}