#show-gallery-container{
    width: 100%;
   height: 100%;
   margin: 0 auto;
     position: fixed;
     left: 50%;
     top: 50%;
     transform: translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);
      -webkit-background-clip: padding-box; /* for Safari */
      background-color: rgb(127, 0, 0);
      background-color: rgba(0, 0, 0, 0.9);
   z-index: 15;
   }
    
    
    .image-container-hided{
   display: none;
   width: 0px;
   }
   
   .capapost img{
      
     width: 350px;
       height: 300px;
   }
   .image-container-showed{
   border: 3px solid white;
   border-radius: 30px;
   overflow: hidden;
   text-align: center;
   padding-top: 10px;
   box-shadow: 0 0 4px white;
   width: 100%;
   display: flex;
   justify-content: center;
   flex-direction: row;
   flex-wrap: wrap;
   }
   .grid-container{
   width: 30%;
   min-width: 130px;
   height: auto;
   margin: 1px;
   max-width: 300px;
   }
   .grid-image{
     width: 100%;
     height: auto;
   }
   
   .grid-image:hover {
   -webkit-filter: brightness(200%);
   box-shadow: 0 0 0 2px white;
   transition: 0.7s ease;
   }
   
   #show-gallery{
     opacity: 100%;
     margin: 0 auto;
     position: fixed;
     left: 50%;
     top: 50%;
     border-radius: 30px;
     transform: translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);
      -webkit-background-clip: padding-box; /* for Safari */
      background-clip: padding-box;
      background-color: black;
      z-index: 40;
      overflow-y: auto;
      overflow-x: hidden;
      max-height: 60%;
      width: 80% !important;
   }
   #gallery_container{
     width: 0;
     height: 0;
   }
   
   #overlay-image{
     width: 0px;
     display: none;
   }
   
   #show-lightbox{
      opacity: 100%;
     margin: 0 auto;
     position: fixed;
     left: 50%;
     top: 55%;
     transform: translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);
      -webkit-background-clip: padding-box; /* for Safari */
      background-clip: padding-box;
      background-color: black;
      z-index: 50;
      display: flex;
        width: 75%;
        max-width: 740px;
      height: auto;
      border: 2000px solid rgb(127, 0, 0);
      border: 2000px solid rgba(0, 0, 0, 0.95);
     
   }
   .esc-lightbox{
      position: fixed;
       top: -25px;
       right: 0%;
       z-index: 1000;
       width: 3%;
       color: white;
       text-align: center;
       border: 4px;
       border-color: white;
       font-size: 15px;
       border-radius: 15%;
           background-color: white;
   }
   .esc-lightbox:hover{
       color: gray;
   }
   
   #lightbox_feat{
     width: 100%;
     height: 100%;
     border: solid white;
   }
   
   
   
   .next {
     position: fixed;
     right: 1%;
     top: 45%;
     color: white;
     font-weight: bold;
     font-size: 35px;
     text-decoration: none;
     padding: 1% 2%;
   }
   
   .prev{
     position: fixed;
     left: 1%;
     top: 45%;
     color: white;
     font-weight: bold;
     font-size: 35px;
     text-decoration: none;
     padding: 1% 2%;
   }
   
   
   .round {
     border-radius: 10%;
   }
   
   .next:hover {
     background-color: #ddd;
     color: black;
   }
   .prev:hover {
     background-color: #ddd;
     color: black;
   }
   
   
   
   @media only screen and (max-width: 600px) {
    .next {
       font-size: 25px;
     }
   
   
    .prev {
       font-size: 25px;
     }
     #show-lightbox{
      width: 98%;
      height: auto;
   
   }
   #show-gallery{
     width: 75% !important;
     
   }
   
   .esc-lightbox{
     font-size: 11px;
   }
     
   }
   
   .filme-name-wrapper{
    margin-top: 8px;
    margin-bottom: 8px;
  }
   