.player-layer-wrapper {
  display: none;
}
/* player layer */
.player-layer-wrapper.show {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #5f5f5f;
  z-index: 999999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.player-layer-wrapper .inner-wrapper {
  width: 232px;
  background: var(--color-main);
  position: relative;
  padding: 22px 0 16px 0;
}
.player-layer-wrapper .title-wrapper .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #222222;
  text-align: center;
  display: block;
}
.player-layer-wrapper .store-wrapper a {
  font-size: 0;
}
.player-layer-wrapper .store-wrapper:first-child a {
  width: 73px;
  height: 73px;
  background: url(/media/eskarock/desktop/images/appstore.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.player-layer-wrapper .store-wrapper:last-child a {
  width: 64px;
  height: 73px;
  background: url(/media/eskarock/desktop/images/googleplay.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.player-layer-wrapper .app-stores-wrapper {
  display: flex;
  justify-content: space-around;
  margin: 24px 0;
}
.player-layer-wrapper .text-wrapper .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #000000;
  text-align: center;
  display: block;
}
.player-layer-wrapper .button-wrapper a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-main);
  background: white;
  display: inline-block;
  padding: 10px 16px;
  -webkit-box-shadow: 9px 9px 16px -11px rgba(0, 0, 0, 1);
  -moz-box-shadow: 9px 9px 16px -11px rgba(0, 0, 0, 1);
  box-shadow: 9px 9px 16px -11px rgba(0, 0, 0, 1);
}
.player-layer-wrapper .button-wrapper {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
.player-layer-wrapper span.close-btn {
  font-size: 0;
  display: block;
  position: absolute;
  width: 33px;
  height: 33px;
  right: -10px;
  top: -10px;
  background: url(/media/eskarock/desktop/images/layer-close.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.player-layer-wrapper .inner-wrapper:after {
  content: "";
  width: 100%;
  height: 34px;
  background: url(/media/eskarock/desktop/images/layer-splash.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -31px;
}
