

.slot--sidebar .tws-article-list--list .tws-article-list--labels 
.tws-article-labels--new .tws-article-labels--label-text {
  display: none;
}
.tws-article-introduction--read-more, .slot--article-share {display: none;}
.
.video-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.video-container iframe,
.video-container object,
.video-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Hide headings on compare product page */
.tws-compare-articles--attribute-head.category {
    display: none;
}