body {
    
}
body * {
 /*
    outline: 1px solid rgba(200,40,0,0.1)*/
}
*[onClick*="href"] {
    cursor: pointer;
}
body {
    position: relative;
    background-color: #CCC;
}
body > *:not(.content-wrapper) {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    object-fit: cover;
    object-position: center;
  
}
.cbj-home-text {
    max-height: 100vh;
}

body > video, .cbj-wallpaper {
    position: absolute;
    left: -30px;
    top: -30px;
    right: -30px;
    bottom: -30px;
    filter: opacity(30%);
}
body > video {
    background-color: #333;
    filter: opacity(70%);
}
body {
   
}
body .content-wrapper {
    display: grid;
    grid-template: 1fr;
    min-height: 100vh;
    width: 100%;
    
    background-color: #fff;
    padding: 40px;
    
    clip-path: inset(15px 15px 15px 15px);
}
body .content-wrapper > * {
    margin: auto;
}



.cbj-video-logo {
    max-width: 300px;
}
.cbj-video-logo .cbj-overlay-image {
   background-color:#5B5B3820; 
}
h1, h2, h3, h4, h5, p, .cbj-home-text > *, form, .small-talk {
    max-width: 450px;
    margin: auto;
} 




button[type="submit"] {
    float: right;
}

.cbj-home-temp-wrapper {
    padding-top: 50px;
    padding-bottom: 70px;
}

