header#main-header {
  padding-top: 50px;
}

/* Hero video background */
.header-content-hero-section-video-background {
  position: relative;
  width: 100%;
  min-height: 95vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.header-hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

.header-content-hero-section-video-background .header-text {
  position: relative;
  z-index: 1;
  padding: 100px 0 0;
}

/* Responsive SVG logo */
h1.header-title {
  margin: 0;
  line-height: 1;
}

.header-logo {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1px) and (max-width: 320px) {
  .header-logo {
    max-width: 180px;
  }
  .header-content-hero-section-video-background {
    min-height: 65vh;
  }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
  .header-logo {
    max-width: 220px;
  }
  .header-content-hero-section-video-background {
    min-height: 70vh;
  }
}

@media screen and (min-width: 376px) and (max-width: 425px) {
  .header-logo {
    max-width: 260px;
  }
  .header-content-hero-section-video-background {
    min-height: 75vh;
  }
}

@media screen and (min-width: 426px) and (max-width: 767px) {
  .header-logo {
    max-width: 320px;
  }
  .header-content-hero-section-video-background {
    min-height: 80vh;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-logo {
    max-width: 400px;
  }
  .header-content-hero-section-video-background {
    min-height: 85vh;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .header-logo {
    max-width: 480px;
  }
  .header-content-hero-section-video-background {
    min-height: 90vh;
  }
}

@media screen and (min-width: 1441px) and (max-width: 2560px) {
  .header-logo {
    max-width: 560px;
  }
  .header-content-hero-section-video-background {
    min-height: 95vh;
  }
}

@media screen and (min-width: 2561px) {
  .header-logo {
    max-width: 640px;
  }
  .header-content-hero-section-video-background {
    min-height: 95vh;
  }
}

.header-content-hero-section {
  width: 100%;
  height: auto;
  max-width: 1400px;
  display: flex;
  margin: auto;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
h1.header-title {
  letter-spacing: normal;
}
p.header-subtitle-hero {
  letter-spacing: normal;
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0 0px;
  text-align: center;
}
a#browse-collection-btn {
  display: inline-block;
  color: #fff;
  padding: 7px 16px;
  font-size: 14px;
  border-radius: 30px;
  letter-spacing: normal;
  font-weight: 600;
  background: linear-gradient(to bottom, #00a7b5 0%, #00a7b5 50%, #94193b 50%, #94193b 100%);
  background-size: 100% 200%;
  background-position: 0 0;
  transition: background-position 0.3s ease;
}
a#browse-collection-btn:hover {
  background-position: 0 100%;
}
@media screen and (min-width: 1px) and (max-width: 320px) {
  header#main-header {
    padding-top: 30px;
  }
  h1.header-title {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 0;
  }
  p.header-subtitle-hero {
    font-size: 14px;
    font-weight: 400;
  }
  a#browse-collection-btn {
    margin-top: 0px;
    font-size: 12px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  header#main-header {
    padding-top: 30px;
  }
  h1.header-title {
    font-size: 28px;
    font-weight: 600;
    padding: 0 5px;
    margin: 0;
  }
  p.header-subtitle-hero {
    font-size: 15px;
    font-weight: 400;
  }
  a#browse-collection-btn {
    margin-top: 0px;
    font-size: 12px;
  }
}
@media screen and (min-width: 376px) and (max-width: 425px) {
  header#main-header {
    padding-top: 30px;
  }
  h1.header-title {
    font-size: 32px;
    font-weight: 600;
    padding: 0 5px;
    margin: 0;
  }
  p.header-subtitle-hero {
    font-size: 16px;
    font-weight: 400;
  }
  a#browse-collection-btn {
    margin-top: 0px;
    font-size: 13px;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  header#main-header {
    padding-top: 30px;
  }
  h1.header-title {
    font-size: 40px;
    font-weight: 700;
    padding: 0 5px;
    margin: 0;
  }
  p.header-subtitle-hero {
    font-size: 18px;
    font-weight: 500;
  }
  a#browse-collection-btn {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h1.header-title {
    font-size: 48px;
    font-weight: 700;
    padding: 0 5px;
    margin: 0;
  }
  p.header-subtitle-hero {
    font-size: 18px;
    font-weight: 500;
  }
  a#browse-collection-btn {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  h1.header-title {
    font-size: 56px;
    font-weight: 700;
    padding: 0;
    margin: 0;
  }
  p.header-subtitle-hero {
    font-size: 20px;
    font-weight: 500;
  }
  a#browse-collection-btn {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 2560px) {
  h1.header-title {
    font-size: 60px;
    font-weight: 700;
    padding: 0;
    margin: 0;
  }
  p.header-subtitle-hero {
    font-size: 24px;
    font-weight: 500;
  }
  a#browse-collection-btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 2561px) {
  h1.header-title {
    font-size: 64px;
    font-weight: 700;
    padding: 0;
    margin: 0;
  }
  p.header-subtitle-hero {
    font-size: 24px;
    font-weight: 500;
  }
  a#browse-collection-btn {
    margin-top: 20px;
  }
}