.centered-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 10px 20px;
  cursor: pointer
  }
#videoplayer {
  justify-content: center;
  align-items: center;
  height: 100vh;
  }
.videocontainer {
  max-height: 80vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
  }
.videocontainer video {
  max-height: 100%;
  max-width: 100%
  }
input::placeholder {
  color: #ced4da
  }
.price-info,
  footer .text-light-1:hover {
    opacity: .5
      }
    .display-4,
      .display-5,
        .display-6,
          .h1 {
            color: #51596c;
            font-weight: 700;
            line-height: 1.1;
            letter-spacing: -.025em
            }
          .bg-light,
            .bg-light-primary {
              background-color: #ecf3fb
              }
            .filter-gray {
              filter: grayscale(1)
              }
            footer .text-light-1 {
              color: #fff;
              opacity: .8;
                text-decoration-line: none
                }
              .logo-img {
                max-width: 100px;
                height: 50px;
                object-fit: contain
                }
              .footer-brand-logo {
                width: 100%;
                min-width: 8.5rem;
                max-width: 8.5rem
                }
              .flex-1 {
                flex-grow: 1;
                flex-shrink: 1;
                flex-basis: 0%
                }
              .container {
                max-width: 1140px
                }
              body > div.container-fluid {
                padding: 0
                }
              .dropdown-menu.show {
                box-shadow: rgba(140,152,164,.176) 0 .6125rem 2.5rem .6125rem;
                margin-top: .5rem;
                  padding: 8px
                  }
                .dropdown-item.nav-link:hover {
                  background-color: #f5f5f5;
                  border-radius: 4px
                  }
                .cursor-pointer {
                  cursor: pointer
                  }
                .min-h-100 {
                  min-height: 100px
                  }
                .max-h-1000 {
                  max-height: 1000px
                  }
                button.navbar-toggler {
                  border-width: 0;
                  border-style: none;
                  border-top: 0 currentcolor;
                  border-right: 0 currentcolor;
                  border-bottom: 0 currentcolor;
                  border-color: currentcolor;
                  border-image-source: none;
                  border-image-slice: 100%;
                  border-image-width: 1;
                  border-image-outset: 0;
                  border-image-repeat: stretch
                  }
                @media (min-width:1200px) {
                  .display-4 {
                    font-size: 4.5rem
                    }
                  }

