header.entry-header.has-text-align-center.header-footer-group {
    padding: 0px !important;
}
.entry-content {
    padding: 0px !important;
}
.wpb-content-wrapper {
    max-width: 100vw !important;
    width: 100% !important;
}
.vc_column-inner {
    padding: 0px !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid {
    margin: auto !important;
}
@media only screen and (max-width: 768px) {
    .post-inner.thin {
        padding: 0 !important;
    }
}
@media only screen and (max-width: 600px) {
    .entry-content {
        margin: 0px !important;
    }
}
/**************************************************/
/********************* Classes *********************/
/**************************************************/
.playlist-section {
    padding: 40px;
}
.title {
    text-align: center;
    margin: auto auto 20px !important;
}
#description {
    display: none;
}
.desktop-ads {
    width: fit-content;
    margin: auto;    
}
.mobile-ads {
    display: none;
    width: fit-content;
    margin: auto;
}
[id^=div-gpt-ad] {
    width: 728px;
    margin: 20px auto 20px auto;
}

@media only screen and (max-width: 850px) {
    .desktop-ads {
        display: none;
    }
    .mobile-ads {
        display: block;
    }
    [id^=div-gpt-ad] {
        width: 300px;
    }

}
@media only screen and (max-width: 768px) {
    .title {
        font-size: 20px
    }
}

@media only screen and (max-width: 580px) {
    .playlist-section {
        padding: 30px;
    }
}
/**************************************************/
/********************* HEADER *********************/
/**************************************************/
#header .vc_row.wpb_row.vc_row-fluid {
    max-width: 100vw !important;
}
#header {
    padding: 0;
    width: 100% !important;
    max-width: none !important;
    margin: auto;
}
#header .vc_column-inner {
    padding: 0;
}
#header-banner {
    width: 100%;
    padding-top: 28.9%;
    background-size: cover !important;
    background-position-y: center !important;
    background-position-x: center !important;
}
@media only screen and (max-width: 1100px) {
    #header-banner {
        padding-top: 65.9%;
    }
}
.wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin-bottom: 0px !important;
}