@media screen and (max-width: 980px) {
   .wrapper {
      width: 100%;
	  min-height: 1800px;
	  max-height: 100%;
	  overflow: hidden;
   }
	.vt_nivo_slider {
		display: block;
		width: 1000px;
		margin: 0 auto;
	}
	.booking {
		width: 450px;
		height: 300px;
	}
	.b-form .formResponsive textarea, .b-form .formResponsive input[type="text"], .b-form .formResponsive input[type="password"] {
		background-color: #fff !important;
		color: #000;
	}
 	.formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
		width: 68% !important;
	}
}