.floating-logos {
  position: absolute;
  left: 8%;
  top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.floating-logo {
  display: block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}

.floating-logos.single-product {
  position: relative;
  display: block;
  margin: 5px auto;
  width: 100%;
  max-width: 1000px;
  height: 95px;
  left: unset;
  transform: unset;
  top: unset;
}

.floating-logos.single-product .floating-logo {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}