.gallery {
  margin-left: 0 !important;
  margin-top: 20px;
  width: 100%; }
  .gallery li {
    border: 1px solid #AAB2BD;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    width: 243px; }
    .gallery li img {
      max-height: 200px;
      max-width: 100%;
      width: auto; }

@media screen and (max-width: 760px) {
  .gallery li {
    width: 100%;
    margin: 0 0 10px; } }

@media screen and (max-width: 460px) {
  .gallery li {
    height: auto; } }
