@media (orientation: landscape) and (min-width: 1080px) {
	.slats {
		background-image: url("https://camp2.rectangle.zone/subwikifiles/wc2/images/e/e9/Copper_slats_loopable.png");
		background-size: 100px;
		width: 100px;
		height: 100vh;
		position: fixed;
		top: 0;
	}
	.slats:not(.slats-right) {
		left: 10px;
	}
	.slats.slats-right {
		right: 10px;
	}
}