.innerbg{
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
   
}

/* Page Background Image - Fixed Position */
.page-background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
   
    z-index: -1;
    overflow: hidden;
}

.page-background-image img {
    width: 100%;
    
    object-fit: 100%;
    object-position: center;
}