/* Target Squarespace video blocks */
.sqs-block-video {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
/* Ensure the video element scales responsively */
.sqs-block-video video {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}