/** Home Hero style. **/
@media (max-width: 480px) {
  .home-hero {
    min-height: calc(100vh - 80px);
  }

  .home-hero video {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 481px) {
  .home-hero>.e-con-inner {
    position: relative;
    width: 100%;
    padding-top: 56.26%;
  }

  .home-hero>.e-con-inner>.elementor-element {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
