/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.ih-transitional-form{
  width: 100%;
}
.ih-transitional-form iframe:not([data-resize]{
  width: 100%;
  height: auto;
  min-height: 400px;
  border: none;
}

.ih-transitional-form.mobile-form iframe:not([data-resize],
.ih-transitional-form iframe:not([data-resize].mobile-form{
  width: 100%;
  height: auto;
  min-height: 300px;
  border: none;
}

.ih-transitional-form iframe:not([data-resize].iframe-long{
  min-height: min(60vh,670px);
}