.musicTitle {
    font-size: 4vw;
    letter-spacing: 0;
    color: #d8d9da;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-family: "recent-grotesk", sans-serif;
    border: 0.15vw solid #d8d9da;
    width: 10vw;
    margin: 0vw auto 5vw;
    padding: 0;
    line-height: 1;
  }
.music-carousel .albumTitle {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4375vw;
    color: #D8D9DA;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.music-carousel {
    width: 30vw;
    margin: 0 auto;
}
  .homepageMusicWrapper {
    max-width: 80%;
    padding: 2vw 0 3vw;
    margin: 0 auto;
  }
  .get-it-now {
    width: 10vw;
    margin: 1.5vw auto 0;
  }
  .get-it-now a {
    font-size: 2vw;
    text-transform: uppercase;
    text-decoration: none;
    color: #d8d9da;
    border: 0.15vw solid #d8d9da;
    padding: 0;
    height: 3vw;
    display: block;
    line-height: 3.2vw;
  }
  .get-it-now a:hover {
    opacity: 0.5;
  }
  .item {
    max-width: 30vw;
    margin: 0 auto;
    width: 100%;
  }
  
 #musicSection .owl-carousel .owl-dots.disabled,
  #musicSection .owl-carousel .owl-nav.disabled {
    display: block;
  }
  #musicSection .owl-carousel .owl-nav button.owl-next {
    background: url(../images/music-next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2vw;
    height: 3vw;
    position: absolute;
    top: 35%;
    right: -6vw;
    font-size: 0;
    transition: 0.5s ease-out all;
  }
  
  #musicSection .owl-carousel .owl-nav button.owl-prev {
    background: url(../images/music-prev.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2vw;
    height: 3vw;
    position: absolute;
    top: 35%;
    left: -6vw;
    font-size: 0;
    transition: 0.5s ease-out all;
  }
  
  #musicSection .owl-carousel .owl-nav button.owl-next:hover,
  #musicSection .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 0.5;
  }
  
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .musicTitle {
      font-size: 15vw;
      border: 0.75vw solid #d8d9da;
      width: 40vw;
      margin: 10vw auto;
      padding: 0;
      line-height: 1;
    }
.music-carousel {
    width: 65vw;
    margin: 0 auto;
}
.music-carousel .albumTitle {
  font-size: 4.2vw;
}
    .item {
      max-width: 100%;
      margin: 0 auto;
      width: 100%;
    }
    #musicSection .owl-carousel .owl-nav button.owl-prev {
      width: 8vw;
      height: 8vw;
      top: 38%;
      left: -11vw;
      transform: translate(-15%, -50%);
    }
    #musicSection .owl-carousel .owl-nav button.owl-next {
      width: 8vw;
      height: 8vw;
      top: 38%;
      right: -16vw;
      transform: translate(-15%, -50%);
    }
    .get-it-now {
      width: 25vw;
      margin: 5vw auto;
    }
    .get-it-now a {
      font-size: 5vw;
      text-transform: uppercase;
      text-decoration: none;
      color: #d8d9da;
      border: 0.5vw solid #d8d9da;
      padding: 0;
      height: 10vw;
      display: block;
      line-height: 10.2vw;
    }
  }
  
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    #musicSection .owl-carousel .owl-nav button.owl-prev {
      left: -6vw;
    }
    #musicSection .owl-carousel .owl-nav button.owl-next {
      right: -6vw;
    }
  }
  