summaryrefslogtreecommitdiff
blob: 996d62fc3a337a77f57c81161fc3af1d31230edf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.wp-block-jetpack-vr {
	position: relative;
	max-width: 525px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

iframe.wp-block-jetpack-vr {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}