@media screen and (min-width:1024px) {
div#pshs-rw-app {
    width: 97% !important;
}
}

#pshs-rw-app .pshs-rw-container .pshs-rw-content .pshs-rw-sections {
    z-index: 999 !important;
    display: flex !important;
    position: relative !important;
    background: white !important;
}

@media screen and (max-width:1024px) {
a.pshs-rw-main-link {
    justify-content: center !important;
}
#ph-comment-modal {
        z-index: 9999999 !important;
}
}