#page-title.heroimg {
        position: relative;
        width: 100vw;
        height: 80vh;
        margin-left: calc(-50vw + 50%);
        overflow: hidden;
    }
    
    #page-title.heroimg img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
    
    #page-title.heroimg .container {
        position: relative;
        z-index: 1;
    }