html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.round-corners {
    border-radius: 10px;
}

/* background image on #home */
#home {
    background-image: url(../images/brand/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    padding: 0 !important;
}

.hero-content {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 !important;
}

.cm-page-content {
    padding: 0 !important;
}

.responsive-mobile-menu {
    background-color: #000;
}

@media (max-width: 991.5px) {
    .artist-img {
        display: none !important;
    }
}

.artist-img {
    max-width: 500px;
}

.album-section {
    margin-top: 0px !important;
    padding-top: 100px !important;
}

.album-playlist-section {
    background: none !important;
}
