/*------------------
templates  Section
-------------------*/

  .screenshot-item{
   margin: 20px auto;
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
    box-shadow: 0 0 5px gray;
  }
  .screenshot-item img{
    width: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
    height: 400px;
  }
