.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: hidden;
  background-color: rgba(0, 0, 0, .3);
}
.comply-Menu {
left: unset !important;
right: 20px !important;
}
.comply-MenuLauncherWrapper {
left: unset !important;
right: 20px !important;
}
.comply-Aside {
 left: unset !important;
 right: 20px !important;
}
button#languageswitch1 {
    display: none;
}