/* Your custom css code goes here */
.thumbnails {
    position: relative;
    width: 800px;
    height: 400px;
    overflow: hidden;
  }
  .thumbnails img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  .thumbnails img.portraits {
    width: 100%;
    height: auto;
  }
  .cards {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  }