/** Shopify CDN: Minification failed

Line 101:0 Expected "}" to go with "{"

**/

.section-homepage-video{
  display: flex;
  align-items: center;
  position: relative;
width:100%;
}
.custom-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 150px;
  font-size: 1.5rem;
  letter-spacing: .1rem;
  background: none !important;
  color: #fff !important;
  text-align: center !important;
  background-color: none !important;
  padding: 0 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;    
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  border: 1px solid #fff;
}
.custom-button:hover {
  border-width: 2px;
}
  .custom-button::after {
    box-shadow: none !important;
    border: 1px solid #fff !important;
    background: none !important;
    background-color: none !important;
  }
  .custom-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-heading {
    margin: 0px !important;
  }
  .custom-block {
    display: flex;
    flex-direction: column;
    align-items: center !important;
  }
.video-homepage{
  width: 100%;
  max-height: 100vh;
}

  .banner__box-dev {
    background: none !important;
  }

  .custom-text {
    color: #fff !important;
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  @media screen and (max-width: 540px) {
    .custom-text {
      font-size: 20px;
    }

     .custom-text--subtitle {
    font-size: 14px;
       text-align: center !important;
       margin: 0 !important;
  }

     @media screen and (max-width: 349px) {
    .custom-text {
      font-size: 16px;
      margin: 0 !important;
    }

     .custom-text--subtitle {
    font-size: 10px;
       text-align: center !important;
  }
  }
  .custom-text--subtitle {
    color: #ffffffb3 !important;
    text-align: center !important;
  }
