/* ==================================================
   VIDEO DELLE PAGINE CAMERE
   Usato in:
   - camere.html
   - en/rooms.html
   - es/habitaciones.html
================================================== */

.rooms .room-card .room-video {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    background: #000;
}
