I was eventually given the solution via Webflow Masterclass Heroes facebook group that I am a part of and I was given the following solution:
Inside project settings > custom code > head you place it with the style tags:
<style>
.w-lightbox-frame, .w-lightbox-embed {
width: 100vw;
height: 100vh;
}
</style>