html {
	min-height: 100%;
}
body {
	padding-bottom: 10em;
	background: url(bg_ttasx2025.png) bottom center no-repeat;
	background-size: contain;
	min-height: 100%;
}

.bg_ttasx2025 {
	position: relative;
	z-index: 1;
	background: url(banner_ttasx2025.png) top center no-repeat;
	background-size: contain;
	position: relative;
	padding-top: 10em;
	min-height: 100%;
}

.bg_content_ttasx2025 {
	padding-top: 9em;
	background-size: cover;
}

.footer_ttasx2025 {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}
.footer_ttasx2025 img {
	width: 100%;
}

.container_list_ttasx2025 {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 1em;
	padding: 15px;
}

.con_list_ttasx2025 {
	margin-bottom: 2em;
}

.con_list_ttasx2025 h5 {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
}

.con_list_ttasx2025 h5 a {
	color: #333;
}

.con_list_ttasx2025 img {
	width: 100%;
}

.container {
	position: relative;
	z-index: 10;
}

.container_content_ttasx2025 video {
	width: 100%;
}

.container_content_ttasx2025 h4 {
	font-size: 1.5em;
	line-height: 200%;
	font-weight: bold;
	text-align: center;
}

@media (min-width: 768px) {
	.bg_ttasx2025 {
		background-size: cover;
		padding-top: 30%;
	}

	body {
		background-size: cover;
	}
}