
.absoluteads {
    @media (min-width: 800px) {
      .product-top-left {
        position: fixed;
        top: 100px;
        left: 50px;
        color: black;
      }
      .product-top-right {
        position: fixed;
        top: 100px;
        right: 50px;
        color: black;
      }
      .product-bottom-left {
        position: fixed;
        bottom: 50px;
        left: 50px;
        color: black;
      }
      .product-bottom-right {
        position: fixed;
        bottom: 50px;
        right: 50px;
        color: black;
      }
  }
  }
  