.youtube-video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
  margin-bottom:50px;
  }
  
  .youtube-video-container::after {
	display: block;
	content: "";
	padding-top: 56.25%;
  }
  
  .youtube-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

  #pageFullData li {
    padding-left: 5px;
    margin: 5px 0 0;
    color: #525252;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    list-style-type: unset !important;
}
#pageFullData a {
	text-decoration: none;
}

#pageFullData ul {
  list-style-type: unset !important;
  padding-left:15px;
}
/* ul:not(.browser-default) {
  padding-left: 15px;
  list-style-type: none;
} */