/* Video Block - Frontend Styles */

.gb-block-video {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.gb-video {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: block;
}

/* Alignment */
.gb-block-video.alignleft {
	float: left;
	margin-right: 1em;
}

.gb-block-video.alignright {
	float: right;
	margin-left: 1em;
}

.gb-block-video.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* Full width */
.gb-block-video.alignfull {
	width: 100%;
	max-width: 100%;
}

.gb-block-video.alignfull .gb-video {
	width: 100%;
}

/* Wide width */
.gb-block-video.alignwide {
	width: 100%;
	max-width: 100%;
}

/* Ensure video is responsive */
.gb-video {
	max-width: 100%;
}

/* Make iframes responsive (YouTube/Vimeo) */
.gb-media iframe.gb-video {
	width: 100%;
	aspect-ratio: 16 / 9;
	min-height: 300px;
	border: none;
}
