.hotel-logo {
				display: block;
				max-height: 2.5rem;
				max-width: 23rem;
				width: 100%;
			}
			@media (min-width: 768px) {
				.hotel-logo {
					max-height: 3rem;
					max-width: 30rem;
				}
			}
