#main #video_desc_block ul,
#main #video_desc_block ol {
  padding-left: 1rem;
}
#main #video_desc_block ul li,
#main #video_desc_block ol li {
  list-style: unset;
}
#main #video_desc_block table {
  max-width: 100%;
}
#main #video_desc_block table td {
  padding: 0.5rem;
  min-width: 80px;
}
#main #video_desc_block img,
#main #video_desc_block iframe {
  max-width: 100%;
}
#main #video_desc_block a {
  text-decoration: underline;
}
#main #video_desc_block a:hover {
  color: #009491;
}
#main #video_desc_block .youtube-embed-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: 0;
}
#main #video_desc_block .youtube-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}

#main #video_desc_block .content {
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}