.site-footer{

    display: none;
}

/*.site-header{

    background: linear-gradient(
  to bottom,
  rgba(0,0,0,0.4) 0%,
  rgba(0,0,0,0) 99%,
  rgba(0,0,0,0) 100%
);
}*/

.iframe-bg {
  position: fixed; /* ocupa toda la pantalla y se queda fijo */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* queda detrás del menú */
  overflow: hidden;
}

.iframe-bg iframe {
  width: 100%;
  height: 100%;
  border: none;
}