.menu-bar-all.sticky {
  position: fixed;
  top: 72px;
  transform: translateY(0);
  }
.menu-bar {
  display: flex;
  padding: 10px 0px 10px 0px;
  background-color:#ffffff;
  max-width:1100px;
}
.menu-item {
  width: 10%;
  position: relative;
  margin-right: 4px;
  margin-top: 0;
  margin-bottom: 0;
}
.menu-title-top {
  cursor: pointer;
  white-space: nowrap;
}
.menu-title {
  padding: 0% 15% 0% 15%;
  cursor: pointer;
  white-space: nowrap;
}
.menu-title.active {
  background: #ffffff;
  font-weight: bold;
}
.menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  overflow: hidden;
  padding: 0;
  max-height: 0;
  box-sizing: border-box;
  z-index: 10;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  line-height:0px;
}
.menu-content.open {
  padding: 0;
  max-height: 500px;
  visibility: visible;
  opacity: 1;
  line-height:0px;
}
.menu-content a {
  display: block;
  color: #333333;
  text-decoration: none;
}
    .video-container {
  position: relative;
  width: 90%;
  padding-top: 50.625%; /* 56.25 * 0.9 */
  height: 0;
  overflow: hidden;
  background: #ffffff;
  margin: 0 auto;
}

    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }