.upb_video-bg {
  position: relative;
}
.upb_video-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

@media screen and (min-width: 1024px) {
  #wrapper .row-banner {
    background-attachment: fixed;
    /* background-position: center -240px; */
    min-height: 680px;
    height: 56.25vw;
  }
}
@media screen and (min-width: 1280px) {
  #wrapper .row-feature {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  #wrapper .row-feature .wpb_column .vc_column-inner .obj-content .obj-title {
    white-space: nowrap;
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1280px) {
  #wrapper .row-feature .wpb_column.sculpsure .wpb_wrapper {
    margin: 0 auto !important;
    max-width: 1150px;
  }
}