@charset "UTF-8";

body {
	background: #000;
	/* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background-image: url(../../images/promotion_bg.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../../images/promotion_bg.jpg);
    background-size: auto, auto, 100% auto;
    background-position: center, center, top center;
    background-repeat: repeat, no-repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
    z-index: 1; */
}
#copyright {
	background: none;
}
.promotion h1 {
	color: #FFF;
}
.vimeo-player.promotion {
	width: 90vw;
}
#wrapper > .bg {
	display: none;
}
.bg .promotion_container {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background-image: url(../../images/promotion_bg.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../../images/promotion_bg.jpg);
    background-size: auto, auto, 100% auto;
    background-position: center, center, top center;
    background-repeat: repeat, no-repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
    z-index: 1; */
}

.promotion_container {
	min-height: 100vh;
}
.promotion_container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.promotion_container .promotion {
	margin: 4rem 0;
}
.promotion iframe {
	margin: 0 0 3rem;
}

.promotion {
	width: 100%;
	max-width: 800px;
	margin: 6rem;
}

.promotion h1 {
	text-align: center;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
	margin: 0 0 4rem;
}

@media (max-width: 600px) {
	h1 {
	  font-size: 24px;
	}
}
  
.promotion iframe {
	width: 100%;
	aspect-ratio: 16/9;
	position: relative;
}

#wrapper > .bg.fixed {
	display: none;
}

.video_thumbnail {
	width: 100%;
	height: auto;
}

@keyframes floatUp {
  from {
	opacity: 0;
	transform: translateY(50px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}
.animation {
	opacity: 0;
	transform: translateY(50px);
	animation: floatUp 1.8s ease-in-out forwards;
}
.animation._2x {
	opacity: 0;
	transform: translateY(50px);
	animation: floatUp 2.3s ease-in-out forwards;
}
.animation._3x {
	opacity: 0;
	transform: translateY(50px);
	animation: floatUp 2.8s ease-in-out forwards;
}
.animation._4x {
	opacity: 0;
	transform: translateY(50px);
	animation: floatUp 3.3s ease-in-out forwards;
}