/*
 Theme Name:   Drone Media Child Theme
 Theme URI:    https://drone-media.ancorathemes.com/
 Description:  Drone Media Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     drone-media
 Version:      2.0.0
 Tags: aerial photography, aerial videography, drone, drone photography, ecommerce, electronics, elementor wpbaker shop, equipment, media, photography, quadcopter, services, video production, videography, woocommerce RTL right to left
 Text Domain:  drone-media
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.cinema_video_hero {
	position: relative;
	padding: 60px 24px;
	color: #fff;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
}

.cinema_video_hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.cinema_video_hero_inner {
	position: relative;
	max-width: 960px;
}

.cinema_video_embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: 24px 0;
}

.cinema_video_embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cinema_video_credits {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cinema_video_credits li {
	margin: 0 0 6px;
}

.cinema_archive_grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 24px;
}

.cinema_archive_card {
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 16px;
	background: #fff;
}

.cinema_archive_thumb img {
	display: block;
	width: 100%;
	height: auto;
}