.container {
	width: 100%;

	
}
.slide {
        z-index: 1;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        transition: opacity 1s ease-in-out;
 
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
 
        opacity: 0;
 
        
    }
.show {
	opacity: 1;
}
.booking-form {
	text-align: center;
}