      #bgVideo {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
      }

      .categories {
        width: 100%;
      }

      .userForm {
        position: fixed;
        left: 50px;
        top: 70px;
      }

      .loginForm {
        position: fixed;
        right: 0;
        top: 70px;
      }

      .header {
        color: #dddddd;
        left: 20px;
        background-color: black;
        opacity: .7;
      }

      .selector {
        position: fixed;
        right: 0;
        bottom: 0;
        width: 400px;
      }

      .transparent-card {
        opacity: .6;
      }

      .transparent-card:hover {
        opacity: .8;
      }
      
      .overlay {
        position: absolute;
        right: 23px;
        top: 70px;
        background: #772020;
        color: yellow;
        padding: 5px;
      }

