.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.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%;

  left:50%;
  
  height: 400px;
  width: 540px;
  background-image:url('assets/images/IMG_0073.PNG');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #333;
  border-radius: 21px;
  transform: translate(200px,50px) rotate(20deg);
  opacity:0.25;
  backdrop-filter:blur(4px);
 
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
    _top: -25%;
    _right: auto;
    _bottom: 0;
    _left: 5%;
    transform: translate(-740px,-50px) rotate(20deg);
    right: 50%;
    background-color: #e5e5e5;
    background-image: url('assets/images/IMG_0072.PNG');
}


/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

.icon {
    border-radius:8px 8px;
}