.season-bg_img {
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.captcha {
	position: relative;
	height: 50px;
	width: 250px;
	color: rgba(0, 0, 0, 0.5);
}
.captcha-bg {
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.5;
}
.hotel-bg_img {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 0.8;
	height: 125px;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}