.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 {
    background-image: url(./images/maindemo.jpg);
  position: absolute;
  right: -8%;
  bottom: -45%;
  width: 400px;
  height: 867px;
 // background-color: #fff;//#333;
  border-radius: 75px;
  transform: rotate(30deg);
}

.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: -30%;
  right: auto;
  bottom: 0;
  left: -10%;
//  background-color: #e5e5e5;
}

.product-device-gb {
    background-image: url(./images/GBmollysplace.png);
  position: relative;
  width: 400px;
  height: 441px;
  border-radius: 21px;
}

.product-device-wd {
  background-image: url(./images/WDasset.png);
  position: absolute;
  width: 400px;
  height: 280px;
  border-radius: 21px;
}

.product-device-preferred {
    background-image: url(./images/PreferredStore.jpg);
  position: absolute;
  width: 400px;
  height: 300px;
  border-radius: 21px;
}

.product-device-favorites {
    background-image: url(./images/Favorites.jpg);
  position: absolute;
  width: 400px;
  height: 300px;
  border-radius: 21px;
}

.product-device-aroundme {
    background-image: url(./images/AroundMeSearch.jpg);
  position: absolute;
  width: 400px;
  height: 300px;
  border-radius: 21px;
}

.product-device-search {
    background-image: url(./images/Search.jpg);
  position: absolute;
  width: 400px;
  height: 300px;
  border-radius: 21px;
}

.product-device-review {
    background-image: url(./images/Reviews.jpg);
  position: absolute;
  width: 400px;
  height: 300px;
  border-radius: 21px;
}

.product-plinkrpost-review {
    background-image: url(./images/PlinkrPosts.jpeg);
  position: absolute;
  width: 400px;
  height: 800px;
  border-radius: 21px;
}

.product-notification-review {
    background-image: url(./images/RichNotification.jpg);
    position: absolute;
    width: 400px;
    height: 800px;
    border-radius: 21px;
}

.product-device-fflchat {
    background-image: url(./images/FFLChat.jpg);
  position: absolute;
  width: 400px;
  height: 300px;
  border-radius: 21px;
}
/*
 * Extra utilities
 */

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