.rain-contact-header {
  	position: relative;
  	background-image: url(/images/rain/mstandtablet01.jpg);
  	background-size: cover;
  	background-position: center left; /* You can adjust this as needed */
  	height: 95vh;
  /* Other styles for your hero section */
}

.rain-form {
  	font-family: "Roboto", sans-serif;
    background: #f8f8f8;
    border-bottom: 4px solid #FCC004;
    padding: 30px;
}

.rain-form p{
  display: block;
  text-align: center;
}

.rain-form-reseller iframe{
  height: 900px!important;
}

@media only screen and (max-width: 900px){
  .rain-form-reseller iframe{
  height: 1100px!important;
}
}