.music-wrapper{
	max-width: 83%;
}
.music-wrapper li.views-row {
    display: block;
    width: 100%;
}
.music-wrapper .owl-dots{
	display: none;
}
.listenBtn a{
	width: 200px;
}
@media only screen and (max-width: 767px) {
.music-wrapper {
    max-width: 100%;
}
.music-wrapper .albumImg{
	width: 100%;
}
}