.icon-site-branding__inner a img {
  border-radius: 50% 0% 50% 0%;
}
#block-ttv23-site-branding {
	margin-right: 0px;
	background-image: url(/themes/ttv23/images/american-flag-wave-w35.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
}
#block-ttv23-site-branding img {
	background-size: contain;
}

#bg-video-container {
	height: 180px;
	overflow: hidden;
}
.site-branding__inner a img {
  border-radius: 0% 0% 0% 0%;
}
@media (max-width: 750px) {
    #background-video { display: none; }
    .main-content__container {
      background: url("/sites/default/files/american-flag-waving-slowly.mp4") no-repeat;
      background-size: cover;
    }
}

.main-content__container {
  padding-top: 0px;
}
#block-ttv23-page-title {
	margin-bottom: 0px;
}
/* Larger devices (laptops/desktops, 1000px and up) */
@media only screen and (min-width: 1000px) {
	#WASTHE_site-header__inner {
		background-color: white;
		background-size: 82%;
		background-repeat: no-repeat;
		background-image: url('/sites/default/files/2023-03/ttv-banner-logo-2.png');
	}
	.content__container {
		background-repeat: no-repeat;
		background-image: url('/sites/default/files/2023-03/ttv-banner-logo-2.png');
	}
}

/* Smaller devices (phones, 999px and down) */
@media only screen and (max-width: 999px) {
	#10000site-header__inner {
		background-color: white;
		background-size: 70%;
		background-repeat: no-repeat;
		background-image: url('/sites/default/files/2023-03/ttv-banner-logo-1.png');
	}
}
