This is the code that helped me remove the videos for the strip layout. I haven't tried it on the wall design.
.instagram-block .sqs-video-wrapper {
pointer-events: none;
}
.instagram-block .sqs-video-wrapper .sqs-video-icon {
display: none !important;
}
.sqs-gallery-design-strip {
border:;
width:100% !important;
.sqs-wrapper {
width:100% !important;
}
}
.instagram-block {
padding:0px;
border:;
width:100%;
}
.sqs-video-wrapper.video-none {
display:none !important;
}