﻿.videos-iframe {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}

.videos-iframe:not(:has(iframe))::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-color: #000000;
	opacity: 0.25;
    z-index: 1;
}

.videos-iframe iframe {
    width: 100%;
    height: 100%;
}

.video-active .js-player-cover {
    display: none !important;
}

*:hover > button.js-player-cover {
	transform: scale(1.05);
}
