don’t know why my previous response doesn’t show up correctly but here:
opt1:
.template-index .header-wrapper {
background: transparent !important;
position: absolute;
width: 100%;
z-index: 999;
}
opt2:
.slideshow-section {
max-width: 100vw !important;
width: 100% !important;
padding: 0 !important;
margin: 0 auto !important;
}
.slideshow__slide {
width: 100% !important;
}