/* BASIC css start */
/* MUSELYNN BRAND STORY */
#contentWrapper.brand-story-content-wrapper,
#contentWrap.brand-story-content-wrap,
#content.brand-story-content {
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    box-sizing: border-box;
}

#contentWrapper.brand-story-content-wrapper {
    clear: both;
    overflow: hidden;
}

#brandStoryPage,
#brandStoryPage * {
    box-sizing: border-box;
}

#brandStoryPage {
    width: 100%;
    margin: 0;
    padding: 0 0 100px;
    overflow: hidden;
    background: #fff;
}

#brandStoryPage .brand-story-inner {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

#brandStoryPage .brand-story-section {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

#brandStoryPage .brand-story-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}

.brand-story-footer-divider {
    display: none;
}

@media screen and (max-width: 767px) {
    #brandStoryPage {
        padding-bottom: 50px;
    }
}

/* BASIC css end */

