/* MV CSS to be added to Site */
/* MV Sidebar Adjustment */
@media only screen and (min-width: 800px) {
    body.layout-right-sidebar-wide #main {
    max-width: calc(100% - 365px) !important;
    }
    body.layout-right-sidebar-wide #main,
    body.layout-right-sidebar-wide #loop-container {
    margin-left: unset !important;
    width: unset !important;
    }
    body.layout-right-sidebar-wide #sidebar-right {
    min-width: 318px !important;
    }
    }
    /* MV Mobile Adjustment */
    @media only screen and (max-width: 359px) {
    #loop-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
    }
    div[data-spotim-module="conversation"] {
    overflow: hidden !important;
    }
    }
    /* End MV CSS */
    