/* home page full screen */
html,
body,
header,
.view {
    height: 100%;
}

html {
    /* when doing href to an element, scroll to it */
    scroll-behavior: smooth;
}

#landing-page {
    /*background-image: url('../images/fam.jpg');*/

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
}
