#home{
    padding: 0 0 25px;
}

    #home h1{
        font-size: 7.5rem;
    }

.about-text{
    padding: 0px;
    text-align: center;
}

    .about-video{
        margin-top: 10px;
    }

.newsletter-wrapper {
    padding: 60px 40px;
}

    .newsletter-policy{
        margin-top: 15px;
    }

    #newsletter-form .newsletter-submit{
        margin-top: 10px;
    }

.album-cover{
    padding-right: 0px;
    height: 550px;
}

    .album-cover::before {
        right: 0;
    }

    .album-cover-bg {
        right: 0px;
    }

    .album-cover-image {
        padding-top: 75px;
    }

.album-details h3 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.album-details p {
    text-align: justify;
    margin-top: 0px;
}

.album-details .album-links .listen-btn:first-child{
    margin-left: 0;
}

.album-tracklist {
    margin-top: 75px;
}

    .album-track-lyrics span.d-none{
        display: inline-block!important;
    }

.page-header{
    padding: 100px 0;
}

    .page-header h1{
        font-size: 4rem;
    }