/* Enter Your Custom CSS Here */
@media screen and (max-width: 992px) {
    .eb-new-booking-page {
        display: block;
    }
	
		.mobile-only {
			display: block!important;	
			width: 100%;
		}
	
}

@media (max-width: 991.98px) {
		.rooms-bar {
				border-top: none;
	}

}

