.faq_box_bg_br_form_responsive {
  display: none;
}

.faq_box_bg_br_form {
  display: block;
}

.faq_box_bg_br_form img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: auto;
}

@media only screen and (max-width: 780px) {
  .faq_box_bg_br_form img {
    content: url("//browhaus.com/wp-content/uploads/2020/11/LEADGENFORM-MOBILEBG_450X800.png");
    width: 100%;

    position: absolute;
    z-index: 3;
  }
}

@media only screen and (max-width: 500px) {
  .faq_box_bg_br_form img {
    content: url("//browhaus.com/wp-content/uploads/2020/11/LEADGENFORM-MOBILEBG_450X800.png");

    height: 100%;

    position: absolute;
    z-index: 3;
  }
}