/*
Theme Name: CAVE BJJ Child
Theme URI: https://bjj.cave-gym.com/
Description: Update-safe customizations for CAVE BJJ
Author: CAVE BJJ
Template: VS
Version: 1.0.6
Text Domain: cave-bjj-child
*/

/* Front-page promotional video. */
#header_slider.cave-hero-video {
	position: relative;
	width: 100%;
	height: auto;
	max-height: 759px;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #111;
}

.cave-hero-video__media {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#index_pv iframe {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.cave-hero-video__control {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 2;
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
}

.cave-hero-video__control:hover,
.cave-hero-video__control:focus-visible {
	background: rgba(0, 0, 0, 0.85);
}

.cave-hero-video__control:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 2px;
}

@media only screen and (max-width: 767px) {
	#header_slider.cave-hero-video {
		max-height: none;
	}

	.cave-hero-video__control {
		right: 10px;
		bottom: 10px;
		width: 40px;
		height: 40px;
	}
}

@media print {
	.cave-hero-video__control {
		display: none;
	}
}
