.newsfeed-container {
  display: flex;
  margin: 0 Auto;
    width: 80%;
}
.newsfeed-container > div {
  flex: 1; /*grow*/
}

.remove-topmargin {
    margin-top: 0 !important;
}

#nfMobileSlider {
    overflow: hidden;
    background-color: #f6f7f8;
}

#nfMobileSlider .swiper-pagination {
    position: relative;
    bottom: -5px;
}

.mobile-panel-newsfeed {
    height: 23vh;
    width: 95%;
    margin-left: 5%;
    margin-top:0px;
}

.nf-maintitle {
    font-size: 1.2em;
}

.nf-title-padding {
font-size: 1.2em;
    padding: 18px;
}

#nf-epub-MobileSlider{
        overflow: hidden;
}
}