.music-title {
    background: #7C98754D;
    height: 16px;
    margin-bottom: 36px;
}

.music-wrapper {
    margin-top: 90px;
}

.music-title span {
    background: #071F0A;
    font-size: 86px;
    padding: 0px 20px 0px 46px;
    font-family: avalanche, sans-serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    color: #071F0A;
    margin-left: 16px;
    line-height: 16px;
    letter-spacing: 8.6px;
}

.featured-album {
    width: 33.4vw;
}

.music-featured {
    margin-left: 60px;
    margin-top: 40px;
    width: 34vw;
}

.feat-music-details {
    display: flex;
    margin-top: 20px;
}

.feat-music-title {
    width: 50%;
    font-size: 54px;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
}

.feat-get-it-now {
    width: 47%;
    text-align: right;
    margin-left: auto;
}

.featured-album img {
    width: 100%;
}

.get-it-now-btn {
    width: 126px;
    margin-left: auto;
}

.get-it-now-btn a {
    height: 40px;
    width: 100%;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    transition: all .5s;
    font-weight: bold;
}

.get-it-now-btn a:hover {
    background: #ffffff33;
    color: #ffffff;
    opacity: 1;
}

@media only screen and (min-width: 1024px) {
    .music-side {
        width: 100%;
        margin-left: 60px;
        margin-top: 40px;
    }
    .music-contents {
        display: flex;
    }
    body .music-items {
        display: grid;
        grid-template-columns: auto auto auto;
    }
    .art img {
        width: 16.4vw;
    }
    .item {
        margin: 10px;
    }
    .item:nth-child(1),
    .item:nth-child(2),
    .item:nth-child(3) {
        margin-top: 0px;
    }
}

.music-side .get-it-now a {
    font-size: 14px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 0px;
    line-height: 17px;
    letter-spacing: .42px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    font-weight: bold;
}

.music-side .get-it-now {
    margin-top: 10px;
}

@media only screen and (max-width: 1023px) {
    .music-side .get-it-now a {
        text-decoration: underline;
    }
    .music-featured {
        margin: 0 auto;
        margin-top: 60px;
        width: 90%;
    }
    .featured-album {
        width: 100%;
    }
    .music-side {
        margin-left: 20px;
        margin-top: 60px;
    }
    .feat-music-title {
        font-size: 36px;
        line-height: 50px;
    }
    .music-title {
        text-align: center;
    }
    .music-title span {
        margin: 0;
        padding: 0 34px;
    }
    .video-section-wrapper .music-title span {
        padding: 0 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .feat-music-title {
        width: 64%;
        font-size: 35px;
    }
    .feat-get-it-now {
        width: 32%;
        text-align: right;
        margin-left: auto;
    }
}

@media only screen and (min-width: 1025px) {
    .feat-music-title {
        width: 64%;
        font-size: 54px;
    }
    .feat-get-it-now {
        width: 32%;
        text-align: right;
        margin-left: auto;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {

.feat-music-title {
    width: 50%;
    font-size: 39px;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
}
}