@media (min-width: 992px) {
.authenticated-user #menu.sf-menu > li:nth-last-child(1) > a {
        color: rgba(255,255,255,.9);
        background-color: rgb(25,34,100);
        font-weight: 600;
        }}

.col-md-8.paragraph-html.paragraph-html-view {
  width: 66%;
  max-width: 100%;
  position: relative;
  padding-top: 35.5%; 
  height: 0;
  overflow: hidden;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


