.dato-foto{
color:#444;
}

.dark-mode .dato-foto{
color:#cfcfcf;
}

.video-container {
position: relative;
}
.overlay {
transition: opacity 0.3s ease;
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 2;
}
.video-container:hover .overlay {
opacity: 1;
}
.overlay i {
font-size: 2rem;
color: white;
}
.video-hover {
position: relative;
}
.video-container a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
cursor: pointer;
}
.embed-responsive {
position: relative;
z-index: 1;
}