@media only screen and (max-width: 700px) {

  html, body {
    overflow-x: hidden;
}

.hditem{
font-size:12px;
font-weight:500;
}

.videotext{
	width:80%
}


video{
  object-fit: cover;
}

videolist{
    width:90%;
  }
 


albumwrap{
	opacity:1;
	margin-bottom: 0px;
	padding:12px;
}


  vl {
    height: 100%;
    width: 5px;
    border-radius: 10px;
    display: inline-block;
    background-color: transparent;

  }
  atitle{
    letter-spacing: -0.7px;
    font-size:18px;
 
   margin-left:30px;
   margin-right:20px;
   width:220px;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap; 
}
aartist{
margin-left:0;
margin-right:auto;
text-align:right;
}
  albumlist {
    max-width: 140%;
    margin-left: 0px;
    margin-right: 0px;
  }

  year {
    display: none;
  }
  prod{
	  display:none;
  }
  .mic{
	  display:none;
  }
}
