
/* Container for responsive iframe */
.responsive-embed {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}

/* Responsive iframe */
.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


  .whitewash-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); /* Adjust the opacity as needed */
    pointer-events: none; /* Ensures the overlay doesn't interfere with interaction */
  }

  @import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" all;
  @import "https://fonts.googleapis.com/icon?family=Material+Icons" all;

  .window {
      border: #d3d3d3 1px solid;
      position: fixed;
      right: -355;
      top: 0;
      background: white;
      z-index: 900;
      overflow: hidden;
  }

  .window-bar {
      padding: 1%;
      position: relative;
  }

  .window-bar:active,
  .window-bar:focus {
      cursor: default;
  }

  .window-bar i {
      cursor: pointer;
      right: 1%;
      top: 50%;
      margin-top: -0.500em;
      position: absolute;
      -webkit-user-select: none;
      -moz-user-select: none;
  }


  .window-bar font {
      font-family: Roboto;
      font-size: 12pt;
      cursor: default;
      -webkit-user-select: none;
      -moz-user-select: none;
  }

  .window-resize {
      position: absolute;
      opacity: 0;
      background: red;
  }

  .window-resize.left {
      width: 1%;
      height: 100%;
      left: 0px;
      top: 0px;
      cursor: w-resize;
  }

  .window-resize.right {
      width: 1%;
      height: 100%;
      right: 0px;
      top: 0px;
      cursor: e-resize;
  }

  .window-resize.down {
      width: 100%;
      height: 1%;
      left: 0px;
      bottom: 0px;
      cursor: s-resize;
  }

  .center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-style: ;
  }
  blockquote:before {
    color: #1a0808;
    content: open-quote;
    font-size: 3em;
    line-height: 1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
  }
  blockquote p {
    display: inline;
    font-size: 3em;
  } */



  