.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color 0.15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  background: url(img/melatonin.png);
  opacity: 0.9;
  background-size: contain;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background: url(img/melatonin.png);
  opacity: 0.5;
  background-size: contain;
}

/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }

  #toggler {
    display: none !important;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.certifications img {
  width: 66px;
  height: 66px;
}

.active {
  color: #fff !important;
}

tr th {
  width: 50%;
}

.album img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.active {
  color: #fff !important;
}

@media (max-width: 992px) {
  .product-device {
    background: 0;
  }
}

#dropdown-menu a {
  color: #343a40 !important;
}

.dropdown:hover #dropdown-menu {
  display: block;
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
  transform: translate3d(0px, 31px, 0px);
}

#inside,
#benefits,
#reviews,
#faq,
#contact {
  display: none;
}

footer img {
  width: 7.5rem;
}
