.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slot--article-attachments .tws-article-attachments {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.fabrikk--article .fabrikk--article-links {
    margin-bottom: 0;
}
.tws-article-description--text-container {
    max-height: none !important;
}

.tws-article-description--show-more {
    display: none;
}


/* Göm nollpriser */
.tws-article-list--price-is-zero, .tws-article--price-is-zero {
  display: none;
}