.panel-portrait-landscape {
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	padding: 0 0 var(--space-12);
}

.panel-portrait-landscape .contentRender.contentRender_type_widget.contentRender_name_plugins_common_video_player {
    width: 100%;
	z-index: 1;
}

@media (max-width: 40em) {
	.panel-portrait-landscape .contentRender.contentRender_type_widget.contentRender_name_plugins_common_video_player .video-player {
		margin-bottom: 0;
	}
}

.panel-portrait-landscape .contentRender_name_plugins_collections_template_custom_hero_image_portrait {
	width: auto;
	margin: 0 0 0 0;
}

.panel-portrait-landscape .contentRender_name_plugins_collections_template_custom_hero_image_portrait section.right {
	margin: 0 0 0 auto;
}

.panel-portrait-landscape .contentRender.contentRender_type_widget.contentRender_name_plugins_common_video_player .video-player {
	padding: 0;
	margin: 0;
}

@media (min-width: 40em) {
	.panel-portrait-landscape {
		max-width: 85%;
		flex-direction: row;
		align-items: center;
		margin: 0 auto var(--space-16);
	}

	.panel-portrait-landscape .contentRender.contentRender_type_widget.contentRender_name_plugins_common_video_player {
		width: 60%;
		position: absolute;
		z-index: 1;
	}

	.panel-portrait-landscape .contentRender_name_plugins_collections_template_custom_hero_image_portrait {
		width: 100%;
	}

	.panel-portrait-landscape .contentRender_name_plugins_collections_template_custom_hero_image_portrait section {
		width: 33%;
		margin: 0;
	}
}