p.info {
	
	color: hsla(0,0%,49%,1.00);
	float: left;
	margin-right: 20px;
}


.popup {
  min-width: 850px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  opacity: 1;
  border-radius: 10px 10px 0px 0px;
  z-index: 999;
  background-color: #2B2B2B;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  bottom: 0px;
  animation-name: popmove-ios;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  height: 95%;
  left: 50%;
  transform: translate(-50%);
  overflow-y: auto;
  display: none;
}
.mask-ios {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 998;
  bottom: 0px;
  display: none;
}
.preview-modal {
  position: absolute;
  z-index: 995;
  width: 100%;
}
.preview-modal .btn-play {
  color: #000000;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.8);
  position: absolute;
  bottom: 30px;
  left: 20px;
  font-size: 1.5em;
  padding: 15px;
  border: 0;
  font-weight: bold;
}
.preview-modal .btn-add2favor {
  color: #000000;
  background-color: hsla(0, 0%, 18%, 0.50);
  position: absolute;
  bottom: 30px;
  left: 190px;
  font-size: 1.5em;
  padding: 10px;
  border-radius: 50px;
  border: medium solid hsla(0, 0%, 100%, 1.00);
}
@keyframes popmove-ios {
  from {
    bottom: -500px;
  }
  to {
    bottom: 0px;
  }
}
.ctn {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  overflow-y: auto;
}
@media screen and (max-width:767px) {
  .popup {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    opacity: 1;
    border-radius: 10px 10px 0px 0px;
    z-index: 999;
    background-color: #2B2B2B;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    bottom: 0px;
    animation-name: popmove-ios;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    height: 95%;
    left: 50%;
    transform: translate(-50%);
    overflow-y: auto;
  }
  .preview-modal .btn-play {
    color: #000000;
    border-radius: 3px;
    background-color: hsla(0, 0%, 100%, 0.8);
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-size: 1em;
    padding: 10px;
    border: 0;
    font-weight: bold;
  }
  .preview-modal .btn-add2favor {
    color: #000000;
    background-color: hsla(0, 0%, 18%, 0.50);
    position: absolute;
    bottom: 30px;
    left: 130px;
    font-size: 1em;
    padding: 7px;
    border-radius: 30px;
    border: medium solid hsla(0, 0%, 100%, 1.00);
  }
  .preview-modal .btn-add2favor img {
    width: 25px;
  }
  h1 {
    font-size: 1.5em;
  }
  p {
    font-size: 1em;
  }
}