.embed .news, .embed.popup.inapp.feature.fullscreen, .standalone .container {
    overflow-x: hidden !important
}

.embed .news::-webkit-scrollbar, .embed.popup.inapp .feature.fullscreen::-webkit-scrollbar {
    display: initial;
    width: 8px;
    background: rgba(0,0,0,0.1);
    transition: all .25s ease;
    -ms-overflow-style: initial !important
}

.embed .news::-webkit-scrollbar-thumb, .embed.popup.inapp .feature.fullscreen::-webkit-scrollbar-thumb {
    display: block;
    background: rgba(0,0,0,0.2);
    border-radius: 30px;
    min-height: 30px
}

.news {-ms-overflow-style: initial !important; -ms-overflow-x: hidden !important;
}