.skull-slider {
  width: 100%;
  position: relative;
  border-radius: 10px;
  margin: 5px 0px;
}
.skullcandy-header {
  display: flex;
  gap: 22px;
  justify-content: center;
}
.skullcandy-headphone-black,
.skullcandy-headphone-white {
  width: 50%;
}
.skullcandy-headphone-black img,
.skullcandy-headphone-white img {
  width: 100%;
  border-radius: 20px;
  margin: 12px 0px;
}
.skullcandy-bottom-section img,
.skullcandy-banner img {
  width: 100%;
  border-radius: 20px;
  margin: 12px 0px;
}
.skull-candy-style .draggable {
  border-radius: 30px;
}
.sample-slide-2 img,
.sample-slide-3 img,
.sample-slide-1 img {
  border-radius: 20px;
}
.skull-slider .slick-dots li button:before {
  color: rgb(48, 46, 46);
}
.slick-dots li.slick-active button:before {
  color: rgb(168, 166, 166);
}
@media (max-width: 638px) {
  .skullcandy-bottom-section img,
  .skullcandy-headphone-black img,
  .skullcandy-banner img,
  .skullcandy-headphone-white img {
    margin: 8px 0px;
  }
  .skullcandy-header {
    gap: 0px;
    display: grid;
  }
  .skull-candy-style .slick-slider .slick-list {
    margin-bottom: 0px;
  }
  #sample-banner-slider {
    margin-bottom: 8px;
  }
  .slick-dots {
    bottom: -2px;
  }
  .skullcandy-headphone-black,
  .skullcandy-headphone-white {
    width: 100%;
  }
}