
   
   .space{padding:0.2em 0.8em 0.2em 0.8em;}
   
   .gallery-grid {
        display: grid;
        grid-template-columns:repeat( 1, minmax(19em, 1fr) );    
        width: 100%;}

   .gallery-frame {
        margin: auto;
       display:block;
       font-size:0.85em;
       color:rgb(92, 88, 88);
       text-align: center;
      
   }

      .gallery-img , .gallery-img-heigh {
          width:94%;
          border: 1px solid #ccc;  
          transition: opacity 0.25s ease-in-out;
          display:block;
          margin:auto; 
          height:30em;}
      
    @media screen and (min-width: 1025px) {
      .gallery-grid {
         grid-template-columns:repeat(2, minmax(32em, 1fr));}
      .gallery-img {
       width:92%;
        height:43em;}
      .gallery-img-heigh {
          width:85%;
          height:50em;}
      .gallery-frame {
         margin: 0.2em 1em 0.2em 1em ;
         width:90%; 
        }
     
       .space{padding:0.2em 1em 0.2em 3em;}
      }

    .gallery-img:hover ,.gallery-img-heigh:hover{
        opacity: .7; }
        
    .desc {
        width:90%;
        padding: 1em;
        margin-bottom: 2.5em;
        text-align: center;

       }  