.gallery_menu, .gallery{
    text-align: center;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.327);
    transition: 0.3s;
    width: 10%;
    display: inline-block;
    margin: 4px 2px;
  }
  .card:hover {
    box-shadow: 0 8px 16px 0 #142214;
  }
  .container {
    padding: 2px 4px;
  }
  .card img{
    width: 100%;
    height: 125px;
  }
  .card p{
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    letter-spacing: 1px;
    word-spacing: 1px;
  }
  .gallery img{
    border: 2px solid black;
    display: inline-block;
    height: 450px;
  }
  .gallery .col1{
     width: 49%;
  }
  .gallery .col2{
    width: 69%;
 }
 .gallery .col3{
  width: 32%;
}
.gallery .col4{
  width: 29%;
}
.gallery .col5{
  width: 24%;
}
.gallery .col6{
  width: 98%;
  height: 550px;
}
video{
  height: 350px;
  width: 30%;
}
  @media only screen and (max-width: 600px){
    .gallery_menu, .gallery{
      text-align: center;
  }
  .card {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.327);
      transition: 0.3s;
      width: 47%;
      display: inline-block;
      margin: 4px 2px;
    }
    .card:hover {
      box-shadow: 0 8px 16px 0 #142214;
    }
    .container {
      padding: 2px 4px;
    }
    .card img{
      width: 100%;
      height: 100px;
    }
    .card p{
      font-family: 'Times New Roman', Times, serif;
      font-size: 15px;
      letter-spacing: 1px;
      word-spacing: 1px;
    }
    .gallery img{
      border: 2px solid black;
      display: inline-block;
      
    }
    .gallery .col1{
       width: 98%;
       height: 250px;
    }
    .gallery .col2{
      width: 98%;
      height: 250px;
   }
   .gallery .col3{
    width: 98%;
    height: 350px;
  }
  .gallery .col4{
    width: 98%;
    height: 350px;
  }
  .gallery .col5{
    width: 98%;
    height: 350px;
  }
  .gallery .col6{
    width: 98%;
    height: 250px;
  }
  video{
    height: 350px;
    width: 100%
  }
  }