.hide{
    display:none !important;
}

/* Hide hero banner, about Brady, and image carousel sections */
.banner-five,
.artist-lineup {
    display: none !important;
}

/* Hide the "LATEST RELEASE" text */
.latest-relese .section-title {
    display: none !important;
}

/* Make the "NEWSLETTER" text white */
.subscribe-two .section-title h2 {
    color: #fff !important;
}

/* Update pre-loader to use main green color */
.loader-bar-ping-pong::after {
    background-color: rgb(48, 124, 78) !important;
}

.loader-bar-ping-pong::before {
    background-color: rgba(48, 124, 78, 0.3) !important;
}

/* Add margin above player on mobile to prevent nav overlap */
@media all and (max-width: 1007px) { 
    .latest-relese {
        margin-top: 80px !important;
    }
}
@media all and (max-width: 1007px) { 
    

    .hide-mobile{
        display: none !important;
    }
 }