.faq_box_bg_eye_form_responsive {
  display: none;
}

.faq_box_bg_eye_form {
  display: block;
}

.faq_box_bg_eye_form img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: auto;
}

@media only screen and (max-width: 780px) {
  .faq_box_bg_eye_form img {
    content: url("//browhaus.com/wp-content/uploads/2020/05/BH_eyedefine_EDM_img_450.jpg");
    width: 100%;

    position: absolute;
    z-index: 3;
  }
}

@media only screen and (max-width: 500px) {
  .faq_box_bg_eye_form img {
    content: url("//browhaus.com/wp-content/uploads/2020/05/BH_eyedefine_EDM_img_450.jpg");

    height: 100%;
    position: absolute;
    z-index: 3;
  }
}
