.hotel-hero {
				align-items: center;
				display: flex;
				justify-content: center;
				min-height: 90vh;
				position: relative;
			}
			.hotel-hero:after {
				content: ' ';
				inset: 0;
				position: absolute;
				transition: all 0.5s;
				z-index: 1;
			}
			.hotel-hero:not(.--endanim):after {
				background: #37373773;
			}
			.hotel-hero:first-child:before {
				background: linear-gradient(180deg, hsla(0, 0%, 9%, 0.7), transparent);
				content: '';
				height: 15rem;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
				z-index: 2;
			}
			.hotel-hero__image {
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
				z-index: 0;
			}
			.hotel-hero .media iframe,
			.hotel-hero__image iframe {
				max-height: none;
				max-width: none;
			}
			.hotel-hero__badge {
				max-width: 50rem;
				position: relative;
				width: 90%;
				z-index: 2;
			}
			.hotel-hero iframe {
				box-sizing: border-box;
				height: 56.25vw;
				left: 50%;
				max-height: none;
				max-width: none;
				min-height: 100%;
				min-width: 100%;
				position: absolute;
				top: 50%;
				transform: translate(-50%, -50%);
				width: 177.77777778vh;
			}
			.hotel-hero__animatedlogo {
				height: 80%;
				left: 0;
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				width: 100%;
				z-index: 3;
			}
