.musicTitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    padding-bottom: 4%;
}

.musicUl {
    font-size: 0;
    max-width: 100%;
    margin: 0 auto;

}

.musicUl .item {
    display: inline-block;
    width: 24%;
    margin-right: 1%;
}

.getitNow {
    text-align: center;
    margin-top: 40px;
}

.getitNow a {
    display: inline-block;
    cursor: pointer;
    width: 106.5px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background: #fff;
    color: #000;
    height: 16px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

.getitNow a:hover {
    background: #000;
    color: #fff;
    opacity: unset;
}
.musicContent,
.musicWrapper {
    padding: 4% 0;
    font-family: 'Druk Wide';
font-weight: 500;
font-style: normal;
}
.owl-item img { 
	cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}