.banners {
	width: 100%;
	max-width: 1256px;
	margin: 0 auto;
}

.banners__viewport {
	width: 100%;
	overflow: hidden;
}

.banners__strip {
	display: flex;
	gap: 16px;
	width: 100%;
	transition: transform 650ms ease;
	will-change: transform;
}

.banner {
	flex: 0 0 calc((100% - 16px) / 2);
	min-width: 0;
	display: block;
	background: transparent;
	text-decoration: none;
}

.banners--single .banners__strip {
	justify-content: center;
}

.banners--single .banner {
	flex: 0 1 620px;
	max-width: 100%;
}

.banner img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 620 / 415;
	object-fit: contain;
	border-radius: 4px;
}

.video-detail__banners {
	width: 100%;
	max-width: 1256px;
	margin: 24px auto 0;
	padding: 0 16px;
}

@media (max-width: 760px) {
	.banner {
		flex-basis: 100%;
	}

	.video-detail__banners {
		margin-top: 18px;
		padding: 0 12px;
	}
}
