/* banner */
.banner-container {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.banner-container .video,
.banner-container .img {
	display: block;
	width: 100%;
}

.banner-container .img-above {
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1023px) {
	.banner-container .video,
	.banner-container .img {
		height: 60vw;
		object-fit: cover;
	}
}

@media screen and (min-width: 1024px) {

}