*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.banner .content {
    object-fit: cover;
    background: #fff;
    background-image: url("lulwebsitebg.jpg");
    background-position: left 0px top 0px;
    background-repeat: no-repeat;
    z-index: 30;
}
.banner #bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(heart.svg)white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
    z-index: 2000000;
    mix-blend-mode: screen;
}