.player {
  background-color: #7c533d;
  width: 230px;
  height: 190px;
  position: relative;
  transform: translate(15%, -80%);
  border-radius: 8px;
  box-shadow: 0 8px 0 0 #553625;
}
.plate {
  height: 175px;
  width: 175px;
  background-color: #553625;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 10px;
}
.record {
  height: 175px;
  width: 175px;
  background-color: #181312;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.record:before,
.record:after {
  position: absolute;
  content: "";
  border: 5px solid transparent;
  border-top-color: #2c2424;
  border-bottom-color: #2c2424;
  border-radius: 50%;
}
.record:before {
  height: 135px;
  width: 135px;
}
.record:after {
  height: 95px;
  width: 95px;
}
.recordswap {
  position: absolute;
  top: 7px;
  left: 10px;
  transform: translateY(-250%);
  transition: all 200ms ease-in;
}
.nowplaying {
  transform: translateY(0);
  transition: all 200ms ease-out;
}
.label {
  background-color: #181312;
  height: 15px;
  width: 15px;
  border: 20px solid #181312;
  border-radius: 50%;
}
.tone-arm {
  height: 90px;
  width: 6px;
  background-color: #c99949;
  position: absolute;
  top: 35px;
  right: 15px;
  transition: 1s;
  transform-origin: top;
}
.control {
  background-color: #c99949;
  height: 17px;
  width: 17px;
  border: 10px solid #c99949;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
}
.tone-arm:before {
  content: "";
  height: 40px;
  width: 6px;
  background-color: #c99949;
  position: absolute;
  transform: rotate(30deg);
  bottom: -36px;
  right: 10px;
}
.tone-arm:after {
  content: "";
  position: absolute;
  height: 0;
  width: 10px;
  border-top: 18px solid #9a712d;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  top: 108px;
  right: 12.5px;
  transform: rotate(30deg);
}
.btn {
  height: 0;
  position: absolute;
  bottom: 80px;
  right: 0;
}
.arm1 {
  height: 12px;
  width: 35px;
  background-color: #9a712d;
  position: absolute;
  right: -35px;
  top: 104px;
  border: none;
  border-radius: 0 10px 10px 0;
  outline: none;
}
.arm2 {
  height: 40px;
  width: 12px;
  background-color: #9a712d;
  position: absolute;
  right: -35px;
  top: -6px;
  border: none;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
.handle {
  height: 12px;
  width: 28px;
  background-color: #c99949;
  position: absolute;
  right: -52px;
  top: 23px;
  border: none;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
.slider {
  -webkit-appearance: none;
  appearance: none;
  transform: rotate(-90deg);
  width: 110px;
  height: 5px;
  position: absolute;
  left: -57px;
  top: 90px;
  background-color: rgba(0,0,0,0);
  border: solid 7px #c99949;
  border-top-color: rgba(0,0,0,0);
  border-bottom-color: rgba(0,0,0,0);
  outline: none;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 8px;
  background-color: #c99949;
  border-radius: 2px;
  cursor: pointer;
}
.speaker {
  position: absolute;
  transform: rotate(159deg);
  top: 27px;
  left: 64px;
  pointer-events: none;
}
.play {
  transform: rotate(30deg);
  transform-origin: top;
  transition: 1s;
}
.on {
  animation: spin 3s 1s linear infinite;
}
.playing {
  animation: crank 4s 0.5s linear infinite;
  transform-origin: center;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes crank {
  50% {
    transform: rotateX(180deg);
  }
}


#vinyl-gallery * {
    all: unset;
  }
 
  #vinyl-gallery {
    all: initial!important;
    width: 370px!important;
    height: 230px!important;
    display: flex!important;
    flex-direction: row!important;
    position: relative;
    margin-left: -6px!important;
    justify-content: left!important;
    align-items: top!important;
    transform: translate(-5%, -40%)!important;
  }
 
  #vinyl-gallery .vinyl {
      all:unset!important;
    perspective: 500px !important;
    width: 18px!important;
    transition: width 0.5s!important;
  }
 
  #vinyl-gallery .vinyl:hover {
    width: 148px!important;
  }
 
  #vinyl-gallery img {
      all:unset!important;
    transition: transform 0.5s, width 0.5s, height 0.5s, margin-top 0.5s!important;
    width: 180px!important;
    height: 180px!important;
    transform: rotateX(0deg) rotateY(25deg)!important;
    transform-style: preserve-3d!important;
    border-radius: 4px!important;
    border: 2px solid rgba(0, 0, 0, 0.1)!important;
object-fit: cover!important;
    image-rendering: pixelated!important;
  }
 
  #vinyl-gallery .vinyl:hover img {
    transform: rotateX(0deg) rotateY(10deg)!important;
    width: 188px!important;
    height: 188px!important;
    margin-top: -2px!important;
  }
 
  #vinyl-gallery .title {
    color: white;
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: -85%;
    text-align: center;
    width: 100%;
    padding-left: 6px;
  }
  #vinyl-gallery .title header {
    font-family: BitFantasy;
    font-size: 30px;
    background-color: black;
    border: solid 2px white;
    padding: 10px;
}
#vinyl-gallery .title .playlist {
    font-family: CelticTime;
  font-size: 24px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 2px;
}
  #vinyl-gallery .vinyl:nth-child(n):hover + .title {
    visibility: visible;
  }