/
1
2
3
4
5
6
7
8
·
·
·
·
·
·
·
·
/* Forces native video blocks into a 9:16 portrait ratio on Squarespace 7.0 */
.sqs-block-video .sqs-native-video .native-video-player {
padding-bottom: 177.78% !important; /* Forces 9:16 framing */
}
.sqs-block-video .sqs-native-video .native-video-player video {
object-fit: cover !important;
}