/**--Youtube Video--**24864--**/
.tws-article-description--text-container {
    max-height: 100% !important;
}
.tws-article-description--show-more {
    display: none;
}
/**--Sticky header--**25249--**/

.nordic--header{
  background: white;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}
@media only screen and (min-width: 992px){
.nordic--header .nordic--header-wrapper {
    padding: 10px 30px 10px 30px;
}
}