/* CSS per galleria immagini */
#Immagini { background-color: #000;position:relative;margin: 20px -10px; overflow: hidden;}#Immagini h2 { color: #fff;border: 0; padding: 10px 20px; }#Immagini img {  border-radius: 5px; cursor:pointer; display:block;}
#Immagini .galleryflex { display: flex; overflow: hidden; overflow-x: auto;align-items: center;}
#galleryimage { position: relative;  margin-bottom:5px; height: 300px; overflow: hidden;  }
#galleryimage img { height: 100%!important; object-fit: contain; position: absolute; left: 0; right: 0; width: 100%;}
#bigscreen { position: absolute; right: 0; top: 0; padding: 6px; color: #fff; background-color: #666; border: 2px solid #ccc; display: block; cursor: pointer;}
#Immagini.fixed { position: fixed; top: 58px; bottom: 0; right: 0; left: 0; z-index: 999999999; margin: 0; padding: 0;border-radius: 0; } @media (min-width: 960px){#Immagini.fixed {  top: 46px;  }}
#Immagini.fixed h2 { display:none; }
#Immagini.fixed #galleryimage  {height: 64%; height: calc(100% - (200px)); }
#Immagini.fixed .scheda-film { overflow: hidden; height: 100%; width: 100%; }
#Immagini.fixed .galleryflex {background-color: #222; border-top: 5px solid #666;height: 145px;position: absolute; bottom: 0; right: 0; left: 0;    overflow-x: auto;align-items: center; }
#imgtitle { color: #ddd; text-align: center; margin: 5px; }
.simg {min-width: 130px;max-width: 130px; position: relative; cursor: pointer;}
@media (min-width: 960px){
#galleryimage { height: 500px; }
#Immagini {margin: 20px 0; }
}
.galleryflex::-webkit-scrollbar{background:#000; margin-top:6px; }
.galleryflex::-webkit-scrollbar-track{background:#d9d9d9;border-radius:10px;}
.galleryflex::-webkit-scrollbar-thumb{background:#888;border-radius:10px;}
.galleryflex:hover::-webkit-scrollbar-track{background:#f1f1f1;}
.galleryflex:hover::-webkit-scrollbar-thumb{background:#888;}
/*protezione immagini*/
#galleryimage:after,.simg:after { content: ''; position: absolute; top: 0; bottom: 0; right: 0; left: 0; width: 100%; height: 100%; }