/* Desktop */
@media screen and (max-width: 1366px) {


}

/* Small Desktop */
@media screen and (max-width: 1280px) {

}

/* Tablet */
@media screen and (max-width: 992px) {
  .dufb_form .wpforms-field {
    margin-bottom: 0rem !important;
  }
}

/* Phablet */
@media screen and (max-width: 768px) {
  /* div > div.fl-builder-content.fl-builder-content-78.fl-builder-content-primary.fl-builder-global-templates-locked > div.fl-row.fl-row-full-width.fl-row-bg-photo.fl-row-full-height.fl-row-align-bottom.fl-row-bg-overlay.fl-animation.fl-fade-in.hero_row.video.nopadding.fl-animated > div > div > div.fl-col-group > div {
    padding-bottom: 70%;
  } */
}


/* Mobile */
@media screen and (max-width: 480px) {
	
}