.scrolling_merch_section_wrapper {
  background: #3D1719;
  min-height: 23.456vw;
  height: auto;
  position: relative;
  padding-bottom: 8vw;
  z-index: 1;
}

.grab_all_heading {
  font-size: 2.08vw;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #FFF5DE;
  padding: 4.2vw 0;
}

/*#merch-scroll-container {
  display: flex;
  overflow-x: scroll;

  max-width: 100%;
  margin: 0 auto;
}

#merch-scroll-container div {
  padding: 16.5vw 16.5vw;
  
  margin: 0vw 1.3vw;
  position: relative;
}*/

/*#merch-scroll-container div img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/
.owl-carousel .owl-stage{

  margin-left:12vw;
}
#merch-scroll-container ::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#merch-scroll-container {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/*#merch-scroll-container div:first-child {
  margin-left: 47.5vw;
}*/

.merch_fixed_image {
  position: absolute;
  left: 50%;
  top: 11.6vw;
  width: 31.744vw;
  z-index: 100;
  transform: translateX(-50%);
}

.merch_fixed_image img {
  width: 100%;
}

.shopallBtn {
  margin-top: 5vw;
  padding-bottom: 6vw;
}

.shopallBtn a {
  font-size: 1.015625vw;
  font-family: "Montserrat", sans-serif;
  color: #3D1719;
  padding: 0;
  border: 0.078vw solid #FFF5DE;
  text-decoration: none;
  background: #FFF5DE;
  text-transform: uppercase;
  width: 26.25vw;
  display: block;
  margin: 0 auto;
  height: 3.125vw;
  line-height: 3.125vw;
}

@media (max-width: 1024px) and (orientation:portrait) {
  .scrolling_merch_section_wrapper {
     background: #3D1719;
    min-height: 160vw;
    height: auto;
    position: relative;
    overflow-x: hidden;
  }
  .grab_all_heading {
    font-size: 10.667vw;
    line-height: 12.8vw;
    padding: 18.667vw 0 23.2vw 0;
  }
  .merch_fixed_image {
    position: absolute;
    left: 33.133vw;
    top: 67.467vw;
    width: 49.867vw;
  }
  #merch-scroll-container div {
    /*padding: 24.5vw 24.5vw;
    margin: 0vw -0.7vw;*/
    position: relative;
  }
  .shopallBtn a {
    font-size: 3.467vw;
    padding: 3.2vw 30.4vw;
    border: 1px solid #EBEEF7;
  }
  .shopallBtn {
    margin-top: 22.133vw;
  }
  .grab_all_heading {
    font-size: 10.666666666666666vw;
    line-height: 1.2;
    padding: 18.667vw 0 23.2vw 0;
}
.shopallBtn a {
  font-size: 3.467vw;
  padding: 0;
  border: 1px solid #EBEEF7;
  width: 90%;
  height: 10.5vw;
  line-height: 10.5vw;
}
}
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation:portrait) {
.merch_fixed_image {
  width: 37%;
  left: 50%;
}
}