/* reset */
.toptop_banner.full,
div#tab_part_sticky_zone_pc-sticky-wrapper,
.on_600 {
  display: none !important;
}

.app-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-image: url('https://www.cyberlink.com/stat/edms/product-version-images/2022/PDRB/smb-add.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem;
  gap: 4rem;
  margin-bottom: 5rem;
}

.product-heading {
  max-width: 500px;
  align-self: center;
  justify-self: flex-end;
}

.ENU .product-heading {
  max-width: 525px;
}

:is(.CHT, .CHS, .ITA) .product-heading {
  max-width: 505px;
}

.product-heading span {
  display: inline-flex;
  font-size: 38px;
  align-items: center;
  font-weight: 600;
  gap: 1rem;
}

.product-heading img {
  border-radius: 7px;
}

.product-heading h1 {
  text-shadow: 1px 1px 1px #ffffff73, 0px 1px 1px #ffffff;
  color: #0083a0;
  margin-top: 0.8rem;
}

.download-app {
  display: flex;
  gap: 2rem;
}

.download-app a {
  max-width: 190px;
  min-width: 180px;
  display: inline flex;
}

.download-app img {
  width: 100%;
}

.app-hero video {
  width: 100%;
  height: auto;
  align-self: center;
  justify-self: flex-start;
  max-width: 600px;
  border-radius: 20px;
  border: 12px solid black;
  object-fit: cover;
}

@media (max-width: 1600px) {
  .app-hero {
    grid-template-columns: 1fr;
  }
  .product-heading {
    justify-self: center;
    text-align: center;
  }
  .download-app {
    justify-self: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .app-hero video {
    justify-self: center;
    display: none;
  }
}

@media (max-width: 1400px) {
  .app-hero {
    display: flex;
    flex-direction: column-reverse;
    background-image: url(https://dl-file.cyberlink.com/web/upload-file/product/enu/2020/9/topbanner_mobile_Ad-Director_1.0_20200907202855040.jpg);
  }
  .product-heading span {
    text-shadow: 2px 1px 0 black, 2px 0px 0 black, 3px 3px 14px #0000001f;
    color: #03dbf9;
    font-weight: 500;
  }
  .product-heading h1 {
    /* color: #62fff0; previous color */
    color: white;
    text-shadow: 2px 2px 0 #00000059, 2px 2px 10px #0000001f;
  }
  .product-heading {
    justify-self: center;
    text-align: center;
  }
  .download-app {
    justify-self: center;
  }
  .app-hero video {
    justify-self: center;
    display: block;
  }
}

@media (max-width: 768px) {
  .product-heading h1 {
    padding-top: 0;
    font-size: clamp(2rem, 3vw, 40px);
  }
}

@media (max-width: 600px) {
  .app-hero {
    padding: 3rem;
    gap: 2rem;
  }
  .app-hero video {
    border: 10px solid black;
  }
}

@media (max-width: 500px) {
  .app-hero {
    padding: 3rem 2rem;
  }
  .app-hero video {
    border: 8px solid black;
  }
}