.bedrock-diamond-container {
  background-image: url("/assets/images/bedrock-background.jpg");
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 860px;
  margin-top: -180px;
  justify-content: center;
}

.bedrock-diamond {
  height: auto;
  margin-top: -240px;
  width: 70%;
}

.our-products {
  align-items: center;
  background: radial-gradient(#575757, #3D3D3D);
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: center;
  margin-top: -121px;
  padding-top: 100px;
  top: 0px;
}

.our-products > .cubes {
  display: flex;
  flex-direction: row;
  width: 200px;
  justify-content: space-between;
}

.our-products > .product-caption {
  color: #fff;
  font-size: 52px;
  font-weight: 100;
}


@media screen and (max-width: 1100px) {
  .bedrock-diamond {
    width: 80%;
  }
  .bedrock-diamond-container {
    height: 650px;
  }
}

@media screen and (max-width: 800px) {
  .bedrock-diamond {
    width: 120%;
  }
  .bedrock-diamond-container {
    height: 500px;
  }
  .our-products {
    margin-top: 0;
  }
  .our-products > .product-caption {
    font-size: 44px;
    margin: auto;
    padding: 20px 0 20px 0;
    text-align: center;
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .bedrock-diamond {
    width: 120%;
    transform: translateY(100px);
  }
  .bedrock-diamond-container {
    height: 300px;
  }
  .our-products > .cube-container {
    margin-top: 100px;
    padding-top: 10px;
  }
  .our-products > .product-caption {
    margin-top: 50px;
  }
  .our-products {
    height: 500px;
  }
}

@media screen and (min-width: 1620px) {
  .bedrock-diamond {
    width: 60%;
  }
}

@media screen and (min-width: 1900px) {
  .bedrock-diamond {
    width: 50%;
  }
}

@media screen and (min-width: 2260px) {
  .bedrock-diamond {
    width: 40%;
  }
}
