/**
 * SUMOshop Block video v1.08
 * Copyright 2019 SUMOshop http://www.sumoshop.dk
 * All rights reserved
 */
.block-video {
	position: relative;
}

.block-video-youtube .block-video-container, .block-video-vimeo .block-video-container {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: calc(100% * 9/16);
}

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

.block-video-container>iframe, .block-video-container>object, .block-video-container>embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block-video-container>iframe {
	background-color: #000000;
}

.block-video-content {
	position: absolute;
	max-width: 50%;
	margin: 0;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
	transition: inherit;
}

.block-video-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block-video:not([class*="position"]) .block-inner {
	top: 0;
	left: 0;
}

.block-video.position-below .block-video-content {
	position: static;
}

.invert .block-video-content {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}