h1 {
	margin: 2rem;
}

p {
	margin: 2em;
}

.slider-container {
	margin-bottom: 3em;
}

.gallery {
	width: 100%;
	aspect-ratio: 19 / 9;
}

.gallery img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}

img[src="data:,"] {
	visibility: hidden;
}

.keen-slider__slide {
	background-color: #89B1EE;
}

.slider-arrow-container {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}

.slider-arrow {
	font-family: 'remixicon';
	font-size: 3em;
	background: none;
	border: none;
}

@media (max-width: 640px) {
	.gallery {
		aspect-ratio: 14 / 9;
	}
}
