added exposition invisible 3

This commit is contained in:
hugo LAMY
2025-03-02 03:14:28 +01:00
parent 20a2bb13a0
commit a6a3a25b09
15 changed files with 141 additions and 11 deletions

View File

@@ -745,11 +745,31 @@ adresse1 td {
visibility: hidden;
}
/**
* visible invisible 3
*/
.video.visible-invisible-3 {
position: relative;
width: 480px; /* Match poster width */
height: 342.85px;
background: black;
}
.video.visible-invisible-3 video {
max-height: 100%;
max-width: 100%;
object-fit: contain; /* Ensures black bars around the video */
}
.images.visible-invisible-3 {
display: flex;
justify-content: space-between;
}
/**
* SCROLL BAR
*/
/* Chrome, Safari, Edge Scrollbar */
::-webkit-scrollbar {
#Container::-webkit-scrollbar {
width: 10px;
}
#Container::-webkit-scrollbar-track {