.b1home_yt {
  width: 100%;
  height: 813px;
  background-color: #000;
  overflow: hidden;
  position: relative;
}

.b1home_yt .sd_poster {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .b1home_yt {
    height: 600px;
  }
}
@media screen and (max-width: 480px) {
  .b1home_yt {
    height: 470px;
  }
}
.b1home_yt:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.b1home_yt iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-template-theme-reclamos .wrapper_form_cf7_general .column_2_form  {
  display: block;
}

.page-template-theme-reclamos .wrapper_form_cf7_general .column_2_form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}