
    /* Fix the player container to take up 100% width and to calculate its height based on its children. */
    [data-player] {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
    }

    /* Fix the video container to take up 100% width and to calculate its height based on its children. */
    [data-player] .container[data-container] {
        width: 100%;
        height: auto;
        position: relative;
    }

    /* Fix the media-control element to take up the entire size of the player. */
    [data-player] .media-control[data-media-control] {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    /* Fix the video element to take up 100% width and to calculate its height based on its natural aspect ratio. */
    [data-player] video {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
    }
    .overlay {
        z-index: 9;
        /*margin: 20px;
        background: #009938;*/
        width: 320px;
        height: auto;
        position: absolute;
        opacity: 0.7;
        margin:30px;
        float: right;
        
              }
@keyframes blinking {
                0% {
                  background-color: red;
                  
                }
                100% {
                  background-color: none;
                  
                }
 }
      .blink-me {
       
        animation: blinking 1s;
      }
    
  
  
 
  .clappr-watermark[data-watermark] {
  width:20%;
  }  
  /*
  .clappr-watermark[data-watermark-top-left] {
    top: 0px;
    left: 10px;
    max-width: 140px;
}
*/
.clappr-watermark[data-watermark-bottom-left] {
  bottom: 30px;
  right: 10px;
}
.clappr-watermark[data-watermark-bottom-right] {
  bottom: 30px;
  right: 10px;
  width: 18%;
  min-width: 0 !important;
}
  .bottone-red{
    background-color: red;
    
    font-size: .875rem;
  }   
  .bottone-red:hover{
    background-color:brown;
    
    font-size: .875rem;
  }   
  .card-body{
    padding:0.5rem 0.5rem;

  }   
  .boxwebcam{
      padding:0rem 0.5rem;
  } 
  
.clappr-watermark[data-watermark-top-left] {
  top: 0;
  left: 10px;
  max-width: 100px;
  width: 20%;
  transition: all 0.3s ease;
}

/* Logo cliente */
#DivImgCliente {
  /*position: absolute;
  //bottom: 30px;
  /*right: 10px;*/
  /*z-index: 9999;*/
  width: 18%;
  max-width: 90px;
  transition: all 0.3s ease;
}

/* 🔹 Quando lo schermo si rimpicciolisce */
@media (max-width: 768px) {
  .clappr-watermark[data-watermark-top-left] {
    /*top: 10px;*/
    width: 20%;
  }

  #DivImgCliente {
    bottom: 10px;
    
    /*max-width: 60px;*/
    /*
    right: 10px;*/
    width: 18%;
  }
}