.grid__content {
    overflow: hidden !important; 
    padding: 0 !important; 
	background: none !important; 
	border: none !important; 
}

.grid__module {
    overflow: hidden !important; 
    padding: 0 !important; 
	background: none !important; 
	border: none !important; 
}
.news-video {
    width: 100%;
    height: 700px;
    padding:0 !important;
    overflow: hidden !important; 
	background: none !important; 
	border: none !important; 
}

.news-video::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.news-video {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}