html,
body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

.t-records,
.t-record,
.t-feed,
.js-feed,
.t-feed__posts-wrapper,
.t-feed__post,
.t-feed__col,
.t-feed__parts-switch-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.t-feed img,
.t-feed video,
.t-feed iframe {
    max-width: 100% !important;
    height: auto !important;
}