.home-hero {
	overflow: hidden;
	background: #eaf7ff;
}

.home-hero__media {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-inline: auto;
}

.home-hero__banner {
	width: 100%;
	height: auto;
}

.home-hero__booking {
	position: absolute;
	top: 75.4%;
	left: 17.55%;
	width: 15.15%;
	height: 8.2%;
	border-radius: 8px;
}

.home-hero__booking:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 3px;
	box-shadow: 0 0 0 6px rgba(0, 74, 167, 0.7);
}

@media (max-width: 640px) {
	.home-hero__booking {
		top: 33.4%;
		left: 26.6%;
		width: 46.9%;
		height: 4.4%;
		border-radius: 10px;
	}
}
