.mass-sampling {
  picture {
    img {
      width: 100%;
    }
  }

  .img-bottom {
    position: relative;

    .img-bottom-content {
      width: 100%;
      gap: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      margin: 2rem 0;
      top: 0;
      left: 0;
      right: 0;

      @media (min-width: 990px) and (max-width: 1299px) {
        margin: 3rem 0;
      }

      @media (min-width: 1300px) and (max-width: 1499px) {
        margin: 4rem 0;
      }

      @media (min-width: 1500px) {
        margin: 6rem 0;
      }

      img {
        max-height: 15vw;

        @media (min-width: 500px) and (max-width: 1099px) {
          max-height: 18vw;
        }

        @media (min-width: 1100px) {
          max-height: 10vw;
        }
      }
    }
  }

  .collection-in-store-btn {
    @media (min-width: 750px) {
      margin-left: 3rem;
    }
  }

  .ship-btn {
    cursor: pointer;

    button {
      display: none;
    }
  }
}

section.footer {
  margin-top: 0;
}
