
/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {

.banner-form {
  padding: 20px 15px;
}



}



/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {

.banner-form {
  height: 100% !important;
  margin:20px 0;
}

.banner-form {
  padding:15px;
}


}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {

.banner-form {
  height: 100% !important;
  margin:20px 0;
}

.banner-form {
  padding:15px;
}


}