.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Place the video behind other content */
    object-fit: cover; /* Ensure the video covers the entire container */
    background-color: black;
}

#video-control {
    position: fixed;
    z-index: 100; /* Make sure it's above other elements */
    top: 20px; /* Adjust as per your layout */
    left: 20px;
    /* Add more styles as needed */
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 24px; /* Adjust the size of the icon */
    color: #fff; /* Color of the icon */
}

.client-item
{ 
    color: white;
}

.rollingbaner
{
    color:#F0FEB1;
}

.rollingbaner b
{
    color:red;
}

.image-container-team {
    width: 200px; /* Imposta la larghezza desiderata */
    height: 200px; /* Imposta l'altezza desiderata */
    /* background-image: url('path_to_your_image.jpg');  Percorso dell'immagine */
    background-size: cover; /* Assicura che l'immagine copra l'intero contenitore */
    background-position: center; /* Centra l'immagine */
}

h3
{
    color:white;
    font-size: 20px !important;
}