[panel] {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: solid 4px #000;
}

[panel = a] {
	background-image: url('../images/graphics/panel-a1.png');
	background-position: center top;
	
}

[panel = b] {
	background-image: url('../images/graphics/panel-b1.png');
	/* background-size: 80%; */
}

[panel = c] {
	background-image: url('../images/graphics/panel-c.png');
	background-position: center bottom;
	background-size: contain;
	/* background-size: 80%; */
}

[panel = mili] {
	background-image: url('../images/graphics/mili.png');
	background-size: cover;
}

[panel = d] {
	background-image: url('../images/graphics/panel-d.png');
	background-size: 80%;
}


[panel = f] {
	background-image: url('../images/graphics/panel-d.png');
}


[panel = e] {
	background-image: url('../images/graphics/panel-d.png');
	background-size: contain;
}

@media screen and (max-width: 738px) {
	
	[panel = e] {
		background-image: url('../images/graphics/panel-e-resp.png');
		background-position: center top;
		background-size: contain;
	}		
	
}




@media screen and (max-width: 738px) {
	
	[panel = c] {
		background-image: url('../images/graphics/panel-c-resp.png');
		background-position: center top;
		background-size: contain;
	}		
	
}

.content-type-f {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.block-50 {
  flex: 1 1 100%;
}

@media (min-width: 768px) {
  .block-50 {
    flex: 1 1 48%;
  }
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

.headline {
  font-size: 2rem;
}

.subline {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .headline {
    font-size: 2.5rem;
  }

  .subline {
    font-size: 1.25rem;
  }
}





#video-embed, #video-embed-2  {
	width: 100vw;
	height: 90vh;
	position: absolute;
	background-color: rgba(0, 0, 0, .8);
	z-index: 100;
	display: none;
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
}

.youtube {
	width: 60vw;
	height: 33.7vw;
	margin: auto;
	margin-top: 8%;
}

#youtube-iframe, #youtube-iframe-2 {
	width: 60vw;
	height: 33.7vw;
}

#video-x, #video-x-2 {
	width: 26px;
	height: 23px;
	/* background-color: red; */
/* 	padding-top */
	position: absolute;
	top: 50px;
	right: 50px;
	display: block;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}













#business {
	background-image: url('../images/graphics/video-still-dark.png');
	background-size: cover;
	background-attachment: fixed ;
	height: 100vh;
	/* padding-top: 180px; */
	padding-bottom: 100px;
	padding-left: 100px;
	padding-right: 100px;
	box-sizing: border-box;
	position: relative;
	
	/* overflow: hidden; */
	
}

large {
	display: block;
	font-size: 34px;
	font-family: 'a-bold';
	margin-bottom: 10px;
	width: 100%;
}

small {
	display: block;
	font-size: 18px;
	width: 100%;
}


#bus-a, #bus-b, #bus-c {
	width: 33%;
	background-color: rgba(0, 0, 0, .5);
	backdrop-filter: saturate(180%) blur(10px);
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	padding: 50px;
	box-sizing: border-box;
	border-radius: 50%;
	display: inline-block;
	margin-top: calc(50% - 280px);
	
	
}

#bus-a {
	
}

#bus-b {
	/* margin-left: 33%; */
}


#bus-c {
	/* margin-left: 66%; */
}




@media screen and (max-width: 738px) {
	
	
	#business {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#bus-a, #bus-b, #bus-c {
		width: 100%;
		text-align: center;
		
	}
	
	#bus-a {
		margin: auto;
		margin-bottom: 60px;
	}
	
	#bus-b {
		margin: auto;
		margin-bottom: 60px;
	}
	
	#bus-c {
		margin: auto;
		margin-bottom: 60px;
	}		
	
}




#about {
	background-image: url('../images/graphics/video-still-dark.png');
	background-size: cover;
	background-attachment: fixed ;
	height: auto!important;
	padding-top: 180px;
	padding-bottom: 100px;
	
	/* overflow: hidden; */
	
}
/*

@media screen and (max-width: 738px) {
	
	#about {
		background-image: url('../images/graphics/video-still-dark.png');
		background-position: center top;
		background-size: contain;
	}		
	
}
*/