.slide-box {
	width: 100%;
	
	border-spacing: 0;
  	border-collapse: separate;
}
tr {
	width: 100%;
}
.slide {
	padding: 0;
	width: 100%;
	text-align: right;
}
.slide1-1 {
	width: 90%;
}
.slide2-2 {
	width: 10%;
}
h2 {
	margin: 0;
	font-family: Arial, sans-serif;
	font-weight: 500;
	font-size: 0.93rem;
	text-align: right;
}
img {
	width: 100%;
	height: 75vh;
	object-fit: contain;
	object-position: right;
}
.w3-button {
	font-size: 0.93rem;
	padding: 0;
	color: #555;
	background-color: white;
	border: none;
	text-align: right;
}

@media (max-width: 1023px) {
	img {
		width: 100%;
		height: 60vh;
		object-fit: contain;
		object-position: right bottom;
	}
	.slash {
		display: none;
	}
}